UM C API  6.16
lbm_msg_ume_deregistration_ex_t_stct Struct Reference

Structure that holds Store deregistration information for the UM receiver after a successful deregistration. More...

#include <lbm.h>

Data Fields

int flags
 Bitmap indicating extra information about the deregistration. Zero or more flag bits ORed together: LBM_MSG_UME_DEREGISTRATION_SUCCESS_EX_FLAG_* (i.e. LBM_MSG_UME_DEREGISTRATION_SUCCESS_EX_FLAG_RPP)
 
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 end 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
 

Detailed Description

Structure that holds Store deregistration information for the UM receiver after a successful deregistration.

This structure is delivered to receiver callback lbm_rcv_cb_proc with lbm_msg_t::type set to LBM_MSG_UME_DEREGISTRATION_SUCCESS_EX. Cast the lbm_msg_t::data pointer to (lbm_msg_ume_deregistration_ex_t *).

See lbm_msg_ume_deregistration_ex_t_stct for field definitions.


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