X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd52ffa61dfc8d90d4a042240a3e389f0b86ca98..7d2fa9464dd72784b0e3fa18067cbec14edff31c:/src/mc/mc_state.hpp diff --git a/src/mc/mc_state.hpp b/src/mc/mc_state.hpp index f57f397900..54736a5972 100644 --- a/src/mc/mc_state.hpp +++ b/src/mc/mc_state.hpp @@ -106,8 +106,8 @@ public: /* Internal translation of the executed_req simcall * - * SIMCALL_COMM_TESTANY is translated to a SIMCALL_COMM_TEST - * and SIMCALL_COMM_WAITANY to a SIMCALL_COMM_WAIT. + * Simcall::COMM_TESTANY is translated to a Simcall::COMM_TEST + * and Simcall::COMM_WAITANY to a Simcall::COMM_WAIT. */ s_smx_simcall internal_req_;