X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10ceac5fd14fb0426b5c93bda85676a79b02d0be..36fa571a13985879dc627c70ecc2340af606aa42:/src/mc/mc_request.h diff --git a/src/mc/mc_request.h b/src/mc/mc_request.h index 674b763e90..476cf9e0fe 100644 --- a/src/mc/mc_request.h +++ b/src/mc/mc_request.h @@ -32,7 +32,7 @@ XBT_PRIVATE bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx); * * This is true if the request associated with the process is ready. */ -XBT_PRIVATE bool process_is_enabled(smx_actor_t process); +XBT_PRIVATE bool actor_is_enabled(smx_actor_t process); XBT_PRIVATE std::string request_get_dot_output(smx_simcall_t req, int value);