| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Add a new wait entry to the client message buffer
#include <sys/io-char.h>
TTYWAIT *wait_add(TTYWAIT **queue, 
                 resmgr_context_t *ctp, 
                 int offset);
This function adds a new wait entry to the client message buffer.
A pointer to the wait entry, or NULL if an error occurred.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |