[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 2


enableok Utility

Purpose

Enables a queue to be scheduled for service.

Syntax


void
enableok(q)
queue_t * q;

Description

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.

Parameters


q Specifies the queue to be enabled.

Implementation Specifics

This utility is part of STREAMS Kernel Extensions.

Related Information

The noenable utility.

List of Streams Programming References and Understanding STREAMS Messages in AIX 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]