X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6d6125ce98df87b1f8a2407f3245513847af6cd..c85e43e7cc3034aefc758257a387d32026c05ef4:/examples/msg/energy/pstate/pstate.c diff --git a/examples/msg/energy/pstate/pstate.c b/examples/msg/energy/pstate/pstate.c index 143251f843..4716a87504 100644 --- a/examples/msg/energy/pstate/pstate.c +++ b/examples/msg/energy/pstate/pstate.c @@ -77,7 +77,7 @@ int dvfs(int argc, char *argv[]) // Verify the default pstate is set to 0 - host = MSG_get_host_by_name("MyHost2"); + host = MSG_host_by_name("MyHost2"); int nb2 = MSG_host_get_nb_pstates(host); XBT_INFO("Count of Processor states=%d", nb2);