UM C API
6.12.1
|
Structure that holds store deregistration information for the UM receiver in an extended form. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_uint_t | src_registration_id |
lbm_uint_t | rcv_registration_id |
lbm_uint_t | sequence_number |
lbm_ushort_t | store_index |
char | store [LBM_UME_MAX_STORE_STRLEN] |
Structure that holds store deregistration information for the UM receiver in an extended form.
A structure used with UM receivers to indicate successful deregistration (extended form).
See lbm_msg_ume_deregistration_ex_t_stct for field definitions.
int lbm_msg_ume_deregistration_ex_t_stct::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 lbm_msg_ume_deregistration_ex_t_stct::rcv_registration_id |
The registration ID for the receiver
lbm_uint_t lbm_msg_ume_deregistration_ex_t_stct::sequence_number |
The sequence number for the receiver to end at as reported by the store
lbm_uint_t lbm_msg_ume_deregistration_ex_t_stct::src_registration_id |
The registration ID for the source
char lbm_msg_ume_deregistration_ex_t_stct::store[LBM_UME_MAX_STORE_STRLEN] |
The store that was registered with
lbm_ushort_t lbm_msg_ume_deregistration_ex_t_stct::store_index |
The store index of the store involved