UM C API
6.16.1
|
Structure that holds queue registration information for the UMQ context in an extended form. More...
#include <lbm.h>
Data Fields | |
int | flags |
Bitmap set of flags reserved for future use. Currently set to 0. | |
lbm_umq_regid_t | registration_id |
Registration ID used for the registration. | |
lbm_uint_t | queue_id |
The Queue ID of the queue. | |
lbm_uint_t | queue_instance_index |
The index of the instance of the queue registered with. | |
char | queue_instance [LBM_UME_MAX_STORE_STRLEN] |
The instance of the queue registered with. | |
char | queue [LBM_UMQ_MAX_QUEUE_STRLEN] |
The name of the queue registered with. | |
Structure that holds queue registration information for the UMQ context in an extended form.
A structure used with UMQ receivers and sources to indicate successful context registration with an instance of the queue.
See lbm_context_event_umq_registration_ex_t_stct for field definitions.