UM C API
6.16.1
|
Structure that holds information for sources after registration is complete to all involved Stores. 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_UME_REGISTRATION_COMPLETE_EX_FLAG_* (i.e. LBM_SRC_EVENT_UME_REGISTRATION_COMPLETE_EX_FLAG_QUORUM) | |
lbm_uint_t | sequence_number |
The sequence number that will be the first sent. | |
Structure that holds information for sources after registration is complete to all involved Stores.
This structure signals to the source that the source has registered with a quorum of Stores and may proceed with sending messages. Delivered as source event LBM_SRC_EVENT_UME_REGISTRATION_COMPLETE_EX via callbacks lbm_src_cb_proc and lbm_ssrc_cb_proc.
See lbm_src_event_ume_registration_complete_ex_t_stct for field definitions.