UM C API  6.16
lbm_msg_ume_registration_complete_ex_t_stct Struct Reference

Structure that holds information for receivers 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_MSG_UME_REGISTRATION_COMPLETE_EX_FLAG_* (i.e. LBM_MSG_UME_REGISTRATION_COMPLETE_EX_FLAG_QUORUM, LBM_MSG_UME_REGISTRATION_COMPLETE_EX_FLAG_RXREQMAX, LBM_MSG_UME_REGISTRATION_COMPLETE_EX_FLAG_SRC_SID)
 
lbm_uint_t sequence_number
 The sequence number that will be the first requested.
 
lbm_uint64_t src_session_id
 The session ID for the source.
 

Detailed Description

Structure that holds information for receivers after registration is complete to all involved Stores.

This structure is delivered to the application by the receiver callback lbm_rcv_cb_proc with event lbm_msg_t::type LBM_MSG_UME_REGISTRATION_COMPLETE_EX. The lbm_msg_t::data pointer should be cast to (lbm_msg_ume_registration_complete_ex_t *).

See lbm_msg_ume_registration_complete_ex_t_stct for field definitions.


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