UM C API
6.16.1
|
Structure that holds Store registration information for the UM persistent receiver after a successful registration. More...
#include <lbm.h>
Data Fields | |
int | flags |
Zero or more flag bits ORed together indicating extra information about the registration. More... | |
lbm_uint_t | src_registration_id |
The registration ID for the source. | |
lbm_uint_t | rcv_registration_id |
The registration ID for the receiver. | |
lbm_uint_t | sequence_number |
The sequence number for the receiver to start at as reported by the Store. | |
lbm_ushort_t | store_index |
the Store index of the Store involved | |
char | store [LBM_UME_MAX_STORE_STRLEN] |
the Store that was registered with | |
lbm_uint64_t | src_session_id |
The session ID for the source. | |
Structure that holds Store registration information for the UM persistent receiver after a successful registration.
This structure is delivered to receiver callback lbm_rcv_cb_proc with lbm_msg_t::type set to LBM_MSG_UME_REGISTRATION_COMPLETE_EX. Cast the lbm_msg_t::data pointer to (lbm_msg_ume_registration_ex_t *).
See lbm_msg_ume_registration_ex_t_stct for field definitions.
int lbm_msg_ume_registration_ex_t_stct::flags |
Zero or more flag bits ORed together indicating extra information about the registration.