aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-06-12 18:47:24 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-06-12 18:47:24 +0000
commit6ef5ab3cb5fd6bf6aa24920077028fdcd054f1c7 (patch)
tree037f7f4a3db852989b06a857dce96f3a4ffc9c77 /sys/contrib
parent25928771d849bcae70d83f1d2a959eb7de5c667e (diff)
Notes
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/altq/altq/if_altq.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/contrib/altq/altq/if_altq.h b/sys/contrib/altq/altq/if_altq.h
index 8abb6a6057c6d..8e605870f1b78 100644
--- a/sys/contrib/altq/altq/if_altq.h
+++ b/sys/contrib/altq/altq/if_altq.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $KAME: if_altq.h,v 1.11 2003/07/10 12:07:50 kjc Exp $ */
/*
@@ -54,6 +55,12 @@ struct ifaltq {
struct mtx ifq_mtx;
#endif
+ /* driver owned queue (used for bulk dequeue and prepend) UNLOCKED */
+ struct mbuf *ifq_drv_head;
+ struct mbuf *ifq_drv_tail;
+ int ifq_drv_len;
+ int ifq_drv_maxlen;
+
/* alternate queueing related fields */
int altq_type; /* discipline type */
int altq_flags; /* flags (e.g. ready, in-use) */