man pages section 9: DDI and DKI Properties and Data Structures

Exit Print View

Updated: July 2014
 
 

queclass(9S)

Name

queclass - a STREAMS macro that returns the queue message class definitions for a given message block

Synopsis

#include <sys/stream.h> 

queclass(mblk_t *bp);

Interface Level

Solaris DDI specific (Solaris DDI)

Description

queclass returns the queue message class definition for a given data block pointed to by the message block bp passed in.

The message can be either QNORM, a normal priority message, or QPCTL, a high priority message.

See also

STREAMS Programming Guide