X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/675f9e130e59269e4bd0cb5dcb61ea2ae4284d78..d947ff7466b473eeec602007934f8336a9b17f3c:/src/mc/mc_request.c diff --git a/src/mc/mc_request.c b/src/mc/mc_request.c index 98894a09fd..1033bfcfde 100644 --- a/src/mc/mc_request.c +++ b/src/mc/mc_request.c @@ -299,7 +299,7 @@ int MC_request_is_enabled(smx_simcall_t req) * communication is not ready, it can timeout and won't block. * On the other hand if it hasn't a timeout, check if the comm is ready.*/ if(simcall_comm_wait__get__timeout(req) >= 0){ - if(_surf_mc_timeout == 1){ + if(_sg_mc_timeout == 1){ return TRUE; }else{ act = simcall_comm_wait__get__comm(req);