X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/5efbc48dd88d5379f2903f82872d878dd31b327b..d79c6aa768cb68806408632c832e5e1330e451a6:/deployment.cpp?ds=sidebyside diff --git a/deployment.cpp b/deployment.cpp index fa9e731..70bd8b3 100644 --- a/deployment.cpp +++ b/deployment.cpp @@ -59,7 +59,7 @@ void deployment_generator::deploy() XBT_DEBUG("%s/neighbor -> \"%s\"", hostname, neighbor_name); xbt_dynar_push_as(args, const char*, neighbor_name); } - MSG_set_function(hostname, "loba", args); + MSG_set_function(hostname, "compute", args); xbt_dynar_reset(args); } xbt_dynar_free(&args);