UM C API
6.12.1
|
Structure that holds ACK information for a given message. More...
#include <lbm.h>
Data Fields | |
lbm_uint_t | sequence_number |
lbm_uint_t | rcv_registration_id |
void * | msg_clientd |
Structure that holds ACK information for a given message.
A structure used with UMP sources to indicate message acknowledgment by the store and UMP receivers.
See lbm_src_event_ume_ack_info_t_stct for field definitions.
void* lbm_src_event_ume_ack_info_t_stct::msg_clientd |
The clientd pointer passed in for the message
lbm_uint_t lbm_src_event_ume_ack_info_t_stct::rcv_registration_id |
The registration ID for the receiver
lbm_uint_t lbm_src_event_ume_ack_info_t_stct::sequence_number |
The sequence number of the message that is being acknowledged