UM C API
6.12.1
|
Structure that holds information for contexts after registration is complete to all involved queue instances. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_umq_regid_t | registration_id |
lbm_uint_t | queue_id |
char | queue [LBM_UMQ_MAX_QUEUE_STRLEN] |
Structure that holds information for contexts after registration is complete to all involved queue instances.
A structure used with UMQ receivers and sources to indicate successful context registration to quorum or to all queue instances involved.
See lbm_context_event_umq_registration_complete_ex_t_stct for field definitions.
int lbm_context_event_umq_registration_complete_ex_t_stct::flags |
Bitmap indicating extra information about the registration. Zero or more flag bits ORed together: LBM_CONTEXT_EVENT_UMQ_REGISTRATION_COMPLETE_EX_FLAG_* (i.e. LBM_CONTEXT_EVENT_UMQ_REGISTRATION_COMPLETE_EX_FLAG_QUORUM)
char lbm_context_event_umq_registration_complete_ex_t_stct::queue[LBM_UMQ_MAX_QUEUE_STRLEN] |
The name of the queue registered with
lbm_uint_t lbm_context_event_umq_registration_complete_ex_t_stct::queue_id |
The Queue ID of the queue
lbm_umq_regid_t lbm_context_event_umq_registration_complete_ex_t_stct::registration_id |
Registration ID used for the registration