[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Communications Technical Reference, Volume 2

qenable Utility

Purpose

Enables a queue.

Syntax

void qenable (q)
register queue_t *q;

Description

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.

Parameters

q Specifies the queue to be enabled.

Implementation Specifics

This utility is part of STREAMS Kernel Extensions.

Related Information

List of Streams Programming References, Understanding STREAMS Messages in AIX Version 4.3 Communications Programming Concepts.


[ Previous | Next | Contents | Glossary | Home | Search ]