X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32df02dabc4562d5bb8dbd0e54fb026cd6534376..00e8231fa94528961cddaa1fe35e232de5438e76:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index b7978875d9..19917336c8 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -89,6 +89,7 @@ typedef struct s_smx_action { e_smx_comm_type_t type; /* Type of the communication (SIMIX_COMM_SEND or SIMIX_COMM_RECEIVE) */ smx_rdv_t rdv; /* Rendez-vous where the comm is queued */ int refcount; /* Number of processes involved in the cond */ + int detached; /* If detached or not */ /* Surf action data */ surf_action_t surf_comm; /* The Surf communication action encapsulated */