UM C API  6.16
lbm_src_event_umq_registration_complete_ex_t_stct Struct Reference

Structure that holds information for sources after registration is complete to all involved queue instances. More...

#include <lbm.h>

Data Fields

int flags
 Bitmap indicating extra information about the registration. Zero or more flag bits ORed together: LBM_SRC_EVENT_UMQ_REGISTRATION_COMPLETE_EX_FLAG_* (i.e. LBM_SRC_EVENT_UMQ_REGISTRATION_COMPLETE_EX_FLAG_QUORUM)
 
lbm_uint_t queue_id
 The Queue ID of the queue.
 
char queue [LBM_UMQ_MAX_QUEUE_STRLEN]
 The name of the queue registered with.
 

Detailed Description

Structure that holds information for sources after registration is complete to all involved queue instances.

This structure signals to the source successful source registration to a quorum of queue instances. Delivered as a source event LBM_SRC_EVENT_UMQ_REGISTRATION_COMPLETE_EX via callback lbm_src_cb_proc.

See lbm_src_event_umq_registration_complete_ex_t_stct for field definitions.


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