UM C API
6.16.1
|
Struct containing extended asynchronous operation status information about a single UMQ message. More...
#include <lbm.h>
Data Fields | |
lbm_umq_msgid_t | msgid |
UMQ message ID of this message. | |
lbm_msg_t * | msg |
Actual message, if appropriate and available (NULL otherwise) | |
void * | clientd |
User client data pointer. | |
int | status |
Status code for this message (retrieval in progress, consumed, etc.) | |
int | flags |
Bitmap set of flags reserved for future use. Currently set to 0. | |
Struct containing extended asynchronous operation status information about a single UMQ message.