File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ typedef struct ompi_request_t ompi_request_t;
151151 */
152152#define PREDEFINED_REQUEST_PAD 256
153153
154+ #define REQUEST_PENDING (void *)0L
155+ #define REQUEST_COMPLETED (void *)1L
156+
154157struct ompi_predefined_request_t {
155158 struct ompi_request_t request ;
156159 char padding [PREDEFINED_REQUEST_PAD - sizeof (ompi_request_t )];
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ extern int opal_max_thread_in_progress;
3030
3131#include MCA_threads_wait_sync_base_include_HEADER
3232
33- #define REQUEST_PENDING (void *)0L
34- #define REQUEST_COMPLETED (void *)1L
35-
3633/**
3734 * Update the status of the synchronization primitive. If an error is
3835 * reported the synchronization is completed and the signal
You can’t perform that action at this time.
0 commit comments