From: Arnaud Giersch Date: Fri, 17 Dec 2010 11:15:26 +0000 (+0100) Subject: Use a shorter name for function in deployment_generator. X-Git-Tag: v0.1~224 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/035e2d971fc603174fa4c6883359f02d34b77226?hp=46ef54f8ce05841e476c3cd9d425a9c680a84882 Use a shorter name for function in deployment_generator. --- diff --git a/deployment.cpp b/deployment.cpp index 43505db..a28d8d9 100644 --- a/deployment.cpp +++ b/deployment.cpp @@ -43,7 +43,7 @@ void deployment_generator::set_link(int host1, int host2) void deployment_generator::deploy() { - const char* func = "simulation_main"; + const char* func = "loba"; xbt_dynar_t args = xbt_dynar_new(sizeof(const char*), NULL); for (unsigned i = 0 ; i < hosts.size() ; ++i) { const char* hostname = hostdata::at(i).get_name();