UM C API
6.12.1
|
Structure that holds information for receivers after they de-register from a queue. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_uint_t | queue_id |
char | queue [LBM_UMQ_MAX_QUEUE_STRLEN] |
Structure that holds information for receivers after they de-register from a queue.
A struct used with UMQ receivers to indicate successful de-registration from a queue.
See lbm_msg_umq_deregistration_complete_ex_t_stct for field definitions.
int lbm_msg_umq_deregistration_complete_ex_t_stct::flags |
Bitmap indicating extra information about the deregistration. Zero or more flag bits ORed together: LBM_MSG_UMQ_DEREGISTRATION_COMPLETE_EX_FLAG_* (i.e. LBM_MSG_UMQ_DEREGISTRATION_COMPLETE_EX_FLAG_ULB)
lbm_uint_t lbm_msg_umq_deregistration_complete_ex_t_stct::queue_id |
The Queue ID of the queue de-registering from