UM C API  6.12.1
lbm_context_event_umq_registration_ex_t_stct Struct Reference

Structure that holds queue registration information for the UMQ context in an extended form. More...

#include <lbm.h>

Data Fields

int flags
 
lbm_umq_regid_t registration_id
 
lbm_uint_t queue_id
 
lbm_uint_t queue_instance_index
 
char queue_instance [LBM_UME_MAX_STORE_STRLEN]
 
char queue [LBM_UMQ_MAX_QUEUE_STRLEN]
 

Detailed Description

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.

Field Documentation

int lbm_context_event_umq_registration_ex_t_stct::flags

Bitmap set of flags reserved for future use. Currently set to 0.

char lbm_context_event_umq_registration_ex_t_stct::queue[LBM_UMQ_MAX_QUEUE_STRLEN]

The name of the queue registered with

lbm_uint_t lbm_context_event_umq_registration_ex_t_stct::queue_id

The Queue ID of the queue

char lbm_context_event_umq_registration_ex_t_stct::queue_instance[LBM_UME_MAX_STORE_STRLEN]

The instance of the queue registered with

lbm_uint_t lbm_context_event_umq_registration_ex_t_stct::queue_instance_index

The index of the instance of the queue registered with

lbm_umq_regid_t lbm_context_event_umq_registration_ex_t_stct::registration_id

Registration ID used for the registration


The documentation for this struct was generated from the following file: