diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2004-01-14 08:42:24 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2004-01-14 08:42:24 +0000 |
commit | dc96390f9e05cb1309e6c9fa128c0a72b89f0738 (patch) | |
tree | c73d1ffaa59452686182ede44168305d8a72842a /sys/altq/altq_hfsc.h | |
parent | 804d7fbaf7680e96f53e137bf37667b65a05da9c (diff) |
eliminate the predefined special qids so that qids become simple
identifiers without embedded meanings.
this also allows us to make the semantics of the qid assignment in line
with the tag assignment in the next step.
ok, henning@
Diffstat (limited to 'sys/altq/altq_hfsc.h')
-rw-r--r-- | sys/altq/altq_hfsc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/altq/altq_hfsc.h b/sys/altq/altq_hfsc.h index af21c6be765..85d5f20afb0 100644 --- a/sys/altq/altq_hfsc.h +++ b/sys/altq/altq_hfsc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_hfsc.h,v 1.5 2003/12/06 06:39:51 kjc Exp $ */ +/* $OpenBSD: altq_hfsc.h,v 1.6 2004/01/14 08:42:23 kjc Exp $ */ /* $KAME: altq_hfsc.h,v 1.8 2002/11/29 04:36:23 kjc Exp $ */ /* @@ -50,7 +50,6 @@ struct service_curve { /* special class handles */ #define HFSC_NULLCLASS_HANDLE 0 -#define HFSC_ROOTCLASS_HANDLE 1 #define HFSC_MAX_CLASSES 64 /* hfsc class flags */ |