Queue an attachment to a distributed message queue. More...
#include <queue.h>

Data Fields | |
| struct Socket * | pReadSocket |
| the socket for this queue | |
| struct Socket * | pWriteSocket |
| the socket for this queue | |
| char * | sName |
| The Queue name. | |
| int | iFlags |
| flags | |
| int | mode |
| struct Mutex * | mReadMutex |
| The Read Lock. | |
| struct Mutex * | mWriteMutex |
| The write lock. | |
Queue an attachment to a distributed message queue.
1.6.3