Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Surf: factorize resource sets into common_public
[simgrid.git] / src / simix / smx_environment.c
index 979958d..4b1bde0 100644 (file)
@@ -49,7 +49,7 @@ void SIMIX_create_environment(const char *file)
   end = xbt_os_time();
   DEBUG1("PARSE TIME: %lg", (end - start));
 
-  xbt_dict_foreach(workstation_set, cursor, name, workstation) {
+  xbt_dict_foreach(surf_model_resource_set(surf_workstation_model), cursor, name, workstation) {
          __SIMIX_host_create(name, workstation, NULL);
   }