Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the way we handle MPI_Request termination
[simgrid.git] / src / smpi / private.h
index 3831ae2..c23edc6 100644 (file)
@@ -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;