Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This hack is not needed since gras is killed.
[simgrid.git] / examples / msg / properties / msg_prop.c
index bdbbf08..242a8fa 100644 (file)
@@ -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)