1
1

btl/scif: make the exiting member volatile

cmr=v1.8.2:ticket=trac:4626

This commit was SVN r31757.

The following Trac tickets were found above:
  Ticket 4626 --> https://svn.open-mpi.org/trac/ompi/ticket/4626
Этот коммит содержится в:
Nathan Hjelm 2014-05-14 16:22:24 +00:00
родитель 97605a4002
Коммит 82934b173c

Просмотреть файл

@ -91,7 +91,7 @@ typedef struct mca_btl_scif_module_t {
pthread_t listen_thread;
bool exiting;
volatile bool exiting;
} mca_btl_scif_module_t;
typedef struct mca_btl_scif_component_t {