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

Technical Reference: Communications, Volume 2


noenable Utility

Purpose

Prevents a queue from being scheduled.

Syntax


void noenable(q)
queue_t * q;

Description

The noenable utility prevents the queue specified by the q parameter from being scheduled for service either by the putq or putbq utility, when these routines queue an ordinary priority message, or by the insq utility when it queues any message. The noenable utility does not prevent the scheduling of queues when a high-priority message is queued, unless the message is queued by the insq utility.

Parameters


q Specifies the queue to disable.

Implementation Specifics

This utility is part of STREAMS Kernel Extensions.

Related Information

The enableok utility, insq utility, putbq utility, putq 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 ]