X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12c0f182635ed71b370d608b5b9a614153765cd4..f85650eada1424541ff41e4b47d3c194195e9072:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 3a64215081..ccfc8805e4 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -129,7 +129,7 @@ void MSG_host_on(msg_host_t host) * \brief Stop the host if it is on */ void MSG_host_off(msg_host_t host) -{ +{ simcall_host_off(host); }