volatile not required for non-threaded case
This commit was SVN r8392.
Этот коммит содержится в:
родитель
38391e3406
Коммит
bce1d2e220
@ -45,8 +45,8 @@ struct mca_pml_ob1_send_request_t {
|
||||
volatile int32_t req_state;
|
||||
volatile int32_t req_lock;
|
||||
#else
|
||||
volatile int32_t req_state;
|
||||
volatile int32_t req_lock;
|
||||
int32_t req_state;
|
||||
int32_t req_lock;
|
||||
#endif
|
||||
size_t req_pipeline_depth;
|
||||
size_t req_bytes_delivered;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user