Carbon


queue

Header: OpenTransportProtocol.h

struct queue {
    qinit *q_qinfo; 
    msgb *q_first; 
    msgb *q_last; 
    queue *q_next; 
    queue_q_u q_u; 
    char *q_ptr; 
    UInt32 q_count; 
    SInt32 q_minpsz; 
    SInt32 q_maxpsz; 
    UInt32 q_hiwat; 
    UInt32 q_lowat; 
    qband *q_bandp; 
    UInt16 q_flag; 
    UInt8 q_nband; 
    UInt8 q_pad1[1]; 
    q_xtra *q_osx; 
    queue *q_ffcp; 
    queue *q_bfcp;
};
typedef queue queuePtr;

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