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

Technical Reference: Communications, Volume 2


RD Utility

Purpose

Gets the pointer to the read queue.

Syntax


#define RD( q) ((q)-1)

Description

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

Parameters


q Specifies the write queue.

Implementation Specifics

This utility is part of STREAMS Kernel Extensions.

Related Information

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