diff --git a/orte/mca/rmcast/rmcast_types.h b/orte/mca/rmcast/rmcast_types.h index 1796249cbc..00356f6cc7 100644 --- a/orte/mca/rmcast/rmcast_types.h +++ b/orte/mca/rmcast/rmcast_types.h @@ -63,7 +63,8 @@ typedef uint8_t orte_rmcast_flag_t; /* message sequence number */ typedef uint32_t orte_rmcast_seq_t; -#define ORTE_RMCAST_SEQ_MAX UINT32_MAX +#define ORTE_RMCAST_SEQ_MAX UINT32_MAX-1 +#define ORTE_RMCAST_SEQ_INVALID UINT32_MAX END_C_DECLS