Gets the pointer to the read queue.
#define RD( q) ((q)-1)
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.
This utility is part of STREAMS Kernel Extensions.
q | Specifies the write queue. |
The OTHERQ utility, WR utility.
List of Streams Programming References and Understanding STREAMS Messages in AIX 5L Version 5.2 Communications Programming Concepts.