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

Technical Reference: Communications, Volume 2


WR Utility

Purpose

Retrieves a pointer to the write queue.

Syntax


#define WR( q) ((q)+1)

Description

The WR utility accepts a read queue pointer, the q parameter, as an argument and returns a pointer to the write queue for the same module.

Parameters


q Specifies the read queue.

Implementation Specifics

This utility is part of STREAMS Kernel Extensions.

Related Information

The OTHERQ utility, RD 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 ]