X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39997124732a66cfd24f1b50cf816bfb7ed43b3b..342300c298d95f44a80e4d670e43210777f15744:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index e797a2193f..ac1f6234d7 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -143,7 +143,7 @@ typedef struct s_smx_comm { smx_comm_type_t type; /* Type of the communication (comm_send,comm_recv) */ smx_rdv_t rdv; /* Rendez-vous where the comm is queued */ - smx_cond_t cond; /* Condition associated to the surf simulation */ + smx_sem_t sem; /* Semaphore associated to the surf simulation */ int refcount; /* Number of processes involved in the cond */ /* Surf action data */