1
1

volatile not required for non-threaded case

This commit was SVN r8392.
Этот коммит содержится в:
Tim Woodall 2005-12-06 18:27:56 +00:00
родитель 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;