11 #ifndef __VPROTOCOL_PESSIMIST_SENDERBASED_TYPES_H__
12 #define __VPROTOCOL_PESSIMIST_SENDERBASED_TYPES_H__
14 #include "ompi_config.h"
15 #include "vprotocol_pessimist_event.h"
22 #define SB_USE_PACK_METHOD
23 #undef SB_USE_PROGRESS_METHOD
24 #undef SB_USE_CONVERTOR_METHOD
29 #ifdef SB_USE_CONVERTOR_METHOD
30 uintptr_t sb_conv_to_pessimist_offset;
33 #if defined __WINDOWS__
46 #ifdef SB_USE_PROGRESS_METHOD
57 vprotocol_pessimist_clock_t sequence;
63 size_t bytes_progressed;
64 convertor_advance_fct_t conv_advance;
Definition: vprotocol_pessimist_sender_based_types.h:60
Definition: opal_list.h:147
Definition: vprotocol_pessimist_sender_based_types.h:26