UM C API
6.16.1
|
Structure that holds sequence number information for a message sent by a source. More...
#include <lbm.h>
Data Fields | |
int | flags |
Bitmap set of flags reserved for future use. Currently set to 0. | |
lbm_uint_t | first_sequence_number |
First sequence number for the message set. | |
lbm_uint_t | last_sequence_number |
Last sequence number for the message set. | |
void * | msg_clientd |
The clientd pointer passed in for the message. | |
Structure that holds sequence number information for a message sent by a source.
This structure signals to the source the assignment of sequence numbers to an outgoing message. It indicates the starting and ending sequence numbers assigned to the message. Delivered as a source event LBM_SRC_EVENT_SEQUENCE_NUMBER_INFO via callbacks lbm_src_cb_proc and lbm_ssrc_cb_proc, but only when enabled by sending the message using the lbm_src_send_ex() function and setting the LBM_SRC_SEND_EX_FLAG_SEQUENCE_NUMBER_INFO flag or LBM_SRC_SEND_EX_FLAG_SEQUENCE_NUMBER_INFO_FRAGONLY flag.
See lbm_src_event_sequence_number_info_t_stct for field definitions.