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

Public GIT Repository
New function: MSG_host_set_property_value()
[simgrid.git] / src / msg / msg_environment.c
index c263080a626de46f59b27e0320e3ef2b29351200..5814f781898b9fdf40bdd7f6487d694abdff28bd 100644 (file)
@@ -43,7 +43,7 @@ void MSG_create_environment(const char *file)
   /* Initialize MSG hosts */
   xbt_lib_foreach(host_lib, cursor, name, data) {
     if(data[SIMIX_HOST_LEVEL])
-      __MSG_host_create((smx_host_t)data[SIMIX_HOST_LEVEL], NULL);
+      __MSG_host_create((smx_host_t)data[SIMIX_HOST_LEVEL]);
   }
 }