X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/150d5c889f5f071ebe2ddcc8c4fcb1335e10707c..ad5734ab76c2c430832004e0e3af55a0378e1c5d:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 6beed4938b..e9227f544a 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -60,6 +60,7 @@ typedef struct s_smpi_mpi_request { MPI_Comm comm; smx_action_t action; unsigned flags; + int detached; #ifdef HAVE_TRACING int send; int recv;