Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize a bit the prototype of SIMIX_host_create()
[simgrid.git] / src / simix / smx_environment.c
index 78e3307..a591570 100644 (file)
@@ -53,7 +53,7 @@ void SIMIX_post_create_environment(void) {
   /* Create host at SIMIX level */
   xbt_lib_foreach(host_lib, cursor, name, host) {
     if(host[SURF_HOST_LEVEL])
-      SIMIX_host_create(name, NULL);
+      SIMIX_host_create(name);
   }
 
   /* Create storage at SIMIX level */