Enables a queue to be scheduled for service.
void
enableok(q)
queue_t * q;
The enableok utility cancels the effect of an earlier noenable utility on the same queue. It allows a queue to be scheduled for service that had previously been excluded from queue service by a call to the noenable utility.
This utility is part of STREAMS Kernel Extensions.
q | Specifies the queue to be enabled. |
The noenable utility.
List of Streams Programming References and Understanding STREAMS Messages in AIX 5L Version 5.2 Communications Programming Concepts.