Carbon


qband

Header: OpenTransportProtocol.h

struct qband {
    qband *qb_next; 
    UInt32 qb_count; 
    msgb *qb_first; 
    msgb *qb_last; 
    UInt32 qb_hiwat; 
    UInt32 qb_lowat; 
    UInt16 qb_flag; 
    SInt16 qb_pad1;
};
typedef qband qband_t;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)