qenable - STREAMS: Enables a queue
#include <sys/stream.h>
void qenable(
queue_t *queue_pointer );
Specifies a pointer to the queue to be enabled. The typedef
queue_t is an alternate name for struct queue_entry *.
The qenable interface puts the queue associated with the
queue_pointer argument on the linked list of those whose
service interfaces are ready to be called by the STREAMS
scheduler.
None
qenable(9r)
[ Back ] |