UM C API
6.12.1
|
Structure that holds ACK information for a given message in an extended form. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_uint_t | sequence_number |
lbm_uint_t | rcv_registration_id |
char | store [LBM_UME_MAX_STORE_STRLEN] |
void * | msg_clientd |
lbm_ushort_t | store_index |
Structure that holds ACK information for a given message in an extended form.
A structure used with UMP sources to indicate message acknowledgment by the store and UMP receivers or message stability information (extended form).
See lbm_src_event_ume_ack_ex_info_t_stct for field definitions.
int lbm_src_event_ume_ack_ex_info_t_stct::flags |
Bitmap indicating extra information about the acknowledgement. Zero or more flag bits ORed together: LBM_SRC_EVENT_UME_MESSAGE_RECLAIMED_EX_FLAG_* (i.e. LBM_SRC_EVENT_UME_MESSAGE_RECLAIMED_EX_FLAG_FORCED)
void* lbm_src_event_ume_ack_ex_info_t_stct::msg_clientd |
The clientd pointer passed in for the message
lbm_uint_t lbm_src_event_ume_ack_ex_info_t_stct::rcv_registration_id |
The registration ID for the receiver, if applicable. This field is 0 (zero) if this struct is not being delivered as part of a confirmed delivery event.
lbm_uint_t lbm_src_event_ume_ack_ex_info_t_stct::sequence_number |
The sequence number of the message
char lbm_src_event_ume_ack_ex_info_t_stct::store[LBM_UME_MAX_STORE_STRLEN] |
The store involved. This field is 0 (zero) if the event applies to multiple stores or if using the structure for a delivery confirmation event.
lbm_ushort_t lbm_src_event_ume_ack_ex_info_t_stct::store_index |
The store index of the store involved. This field is 0 (zero) if the event applies to multiple stores or if using the structure for a delivery confirmation event.