UM C API  6.16
lbm_msg_ume_registration_ex_t_stct Struct Reference

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.
 

Detailed Description

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.

Field Documentation


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