lbm_src_event_ume_ack_ex_info_t_stct Struct Reference

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


Detailed Description

A structure used with UMP sources to indicate message acknowledgment by the store and UMP receivers (extended form).


Field Documentation

int lbm_src_event_ume_ack_ex_info_t_stct::flags

Flags

lbm_uint_t lbm_src_event_ume_ack_ex_info_t_stct::sequence_number

The sequence number of the message that is being acknowledged

lbm_uint_t lbm_src_event_ume_ack_ex_info_t_stct::rcv_registration_id

The registration ID for the receiver. This field is 0 (zero) if using the structure for a message acknowledgment event.

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 acknowledgement indicates the message is stable at a quorum of stores or if using the structure for a delivery confirmation event.

void* lbm_src_event_ume_ack_ex_info_t_stct::msg_clientd

The clientd pointer passed in for the message

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 acknowledgement indicates the message is stable at a quorum of stores or if using the structure for a delivery confirmation event.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 6 13:11:20 2014 for LBM API by  doxygen 1.5.2