Enables a queue.
void qenable (q)
register queue_t * q;
The qenable utility places the queue pointed to by the q parameter on the linked list of queues ready to be called by the STREAMS scheduler.
This utility is part of STREAMS Kernel Extensions.
Item | Description |
---|---|
q | Specifies the queue to be enabled. |