UM C API
6.12.1
|
Structure that holds store deregistration information for the UMP source in an extended form. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_uint32_t | 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 UMP source in an extended form.
A structure used with UMP sources to indicate successful deregistration (extended form).
See lbm_src_event_ume_deregistration_ex_t_stct for field definitions.
int lbm_src_event_ume_deregistration_ex_t_stct::flags |
Bitmap set of flags reserved for future use. Currently set to 0.
lbm_uint32_t lbm_src_event_ume_deregistration_ex_t_stct::registration_id |
The registration ID for the source
lbm_uint_t lbm_src_event_ume_deregistration_ex_t_stct::sequence_number |
The sequence number of the last message stored for the source as reported by the store
char lbm_src_event_ume_deregistration_ex_t_stct::store[LBM_UME_MAX_STORE_STRLEN] |
The store that was registered with.
lbm_ushort_t lbm_src_event_ume_deregistration_ex_t_stct::store_index |
The store index of the store involved.