Skip to content

Commit a924e6c

Browse files
committed
Add REQUEST_CB_PENDING that got lost during rebase
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 4ada83d commit a924e6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ompi/request/request.h

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ typedef struct ompi_request_t ompi_request_t;
139139
#define REQUEST_PENDING (void *)0L
140140
#define REQUEST_COMPLETED (void *)1L
141141

142+
#define REQUEST_CB_PENDING (void *)0L
143+
#define REQUEST_CB_COMPLETED (void *)1L
144+
145+
142146
struct ompi_predefined_request_t {
143147
struct ompi_request_t request;
144148
char padding[PREDEFINED_REQUEST_PAD - sizeof(ompi_request_t)];

0 commit comments

Comments
 (0)