From: mquinson Date: Tue, 5 May 2009 16:12:23 +0000 (+0000) Subject: ooops, typo X-Git-Tag: SVN~1363 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0a1c995ee798730127d6aed9968a244625e40286 ooops, typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6272 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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]);