19 #ifndef OMPI_SEQ_TRACKER_H
20 #define OMPI_SEQ_TRACKER_H
22 #include "ompi_config.h"
24 #include "ompi/constants.h"
52 OMPI_DECLSPEC
bool ompi_seq_tracker_check_duplicate(
61 OMPI_DECLSPEC
void ompi_seq_tracker_insert(
ompi_seq_tracker_t* seq_tracker, uint32_t seq_i);
Definition: ompi_seq_tracker.h:28
ompi_seq_tracker_range_t * seq_ids_current
a pointer to the last place we were in the list
Definition: ompi_seq_tracker.h:39
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Definition: ompi_seq_tracker.h:37
opal_list_t seq_ids
list of seqs id's that have been seen
Definition: ompi_seq_tracker.h:38
Definition: opal_list.h:98
Definition: opal_list.h:147
#define OBJ_CLASS_DECLARATION(NAME)
Declaration for class descriptor.
Definition: opal_object.h:236