]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/properties/msg_prop.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix lua platform script
[simgrid.git] / examples / msg / properties / msg_prop.c
index efbc52c9e22d6ec6ffb505cdd9d1c01608377041..242a8faa7b703d870f369aeeced6a8a15b25d811 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)
@@ -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);