X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c66ded12fe49506aa0d7db41ae64554af0e8f481..406f54970c00ca178fa918763d943027bd09e3ba:/examples/msg/properties/msg_prop.c diff --git a/examples/msg/properties/msg_prop.c b/examples/msg/properties/msg_prop.c index efbc52c9e2..242a8faa7b 100644 --- a/examples/msg/properties/msg_prop.c +++ b/examples/msg/properties/msg_prop.c @@ -43,7 +43,7 @@ static void test_host(const char*hostname) char *key, *data; const char *noexist = "Unknown"; const char *value; - char exist[] = "SG_TEST_Hdd"; + char exist[] = "Hdd"; XBT_INFO("== Print the properties of the host"); xbt_dict_foreach(props, cursor, key, data) @@ -114,7 +114,6 @@ msg_error_t test_all(const char *platform_file, { int host_number; unsigned int i; - double speed; xbt_dynar_t hosts; msg_host_t host; MSG_function_register("alice", alice);