X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42528e51b9fadb0cae3b553cf6177334decfbb0e..0a1c995ee798730127d6aed9968a244625e40286:/examples/msg/actions/actions.c diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index df2ebf295b..59c639de0e 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -67,7 +67,7 @@ int main(int argc, char *argv[]){ MSG_action_register("send", send); MSG_action_register("recv", recv); MSG_action_register("sleep", sleep); - MSG_action_register("compute", sleep); + MSG_action_register("compute", compute); /* Actually do the simulation using MSG_action_trace_run */ res = MSG_action_trace_run(argv[3]);