'\"!  tbl | mmdoc
'\"macro stdmacro
.if n .pH ddi_dki.qband @(#)qband	40.6 of 10/10/89
.\" Copyright 1989 AT&T
.de IX
.ie '\\n(.z'' .tm .Index: \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9	\\n%
.el \\!.IX \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
..
.nr X
.if \nX=0 .ds x} qband D4DK "STREAMS" "DDI/DKI" "\&"
.if \nX=1 .ds x} qband D4DK "STREAMS" "DDI/DKI"
.if \nX=2 .ds x} qband D4DK "" "\&"
.if \nX=3 .ds x} qband "" "" "\&"
.TH \*(x}
.IX "\f4qband\fP(D4DK)"
.SH NAME
\f4qband\f1 \- STREAMS queue flow control information structure
.SH SYNOPSIS
\f4#include <sys/stream.h>\f1
.SH DESCRIPTION
The \f4qband\f1 structure contains flow control information for
each priority band in a queue.
.P
The \f4qband\f1 structure is defined as type \f4qband_t\f1.
.SH STRUCTURE MEMBERS
.TS
lf4p8 2 lf4p8 2 lf4p8.
struct qband	*qb_next;	/* next band's info */
ulong	qb_count	/* number of bytes in band */
struct msgb	*qb_first;	/* start of band's data */
struct msgb	*qb_last;	/* end of band's data */
ulong	*qb_hiwat;	/* band's high water mark */
ulong	*qb_lowat;	/* band's low water mark */
ulong	*qb_flag;	/* band's status */
long	*qb_pad1;	/* reserved for future use */
.TE
.SH SEE ALSO
.na
\f4msgb\f1(D4DK),
\f4queue\f1(D4DK)
.ad
