X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/751ae9fcfc70b0b48670338c2273e2eaebc388d2..052b10b56499e63b129bfdfee1de270b1e190e6b:/deployment.cpp 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);