Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ooops, typo
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 5 May 2009 16:12:23 +0000 (16:12 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 5 May 2009 16:12:23 +0000 (16:12 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6272 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/actions/actions.c

index df2ebf2..59c639d 100644 (file)
@@ -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("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]);
 
        /* Actually do the simulation using MSG_action_trace_run */
        res = MSG_action_trace_run(argv[3]);