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