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;
151
151
*/
152
152
#define PREDEFINED_REQUEST_PAD 256
153
153
154
+ #define REQUEST_PENDING (void *)0L
155
+ #define REQUEST_COMPLETED (void *)1L
156
+
154
157
struct ompi_predefined_request_t {
155
158
struct ompi_request_t request ;
156
159
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;
30
30
31
31
#include MCA_threads_wait_sync_base_include_HEADER
32
32
33
- #define REQUEST_PENDING (void *)0L
34
- #define REQUEST_COMPLETED (void *)1L
35
-
36
33
/**
37
34
* Update the status of the synchronization primitive. If an error is
38
35
* reported the synchronization is completed and the signal
You can’t perform that action at this time.
0 commit comments