X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc74e6a87d5286f31ca5ae156ba74339b7f6775e..7b5d97a0198ce4ecbe5654a7cfe978bd1880f936:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 3831ae2b68..c23edc6ad3 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -69,6 +69,8 @@ typedef struct s_smpi_mpi_request { smx_action_t action; unsigned flags; int detached; + MPI_Request detached_sender; + int refcount; #ifdef HAVE_TRACING int send; int recv;