X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31077d64ac51b75cdfecb8aea7baf854ae1032a8..13025e8ea0f4fccfb16bc3214ed42aefa1b8d9d9:/src/surf/workstation.c?ds=sidebyside diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 3f8276f5c4..0a8c3221ae 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -356,6 +356,7 @@ void surf_workstation_model_init_CLM03(void) surf_cpu_model_init_Cas01_im(); surf_network_model_init_LegrandVelho(); xbt_dynar_push(model_list, &surf_workstation_model); + sg_platf_postparse_add_cb(create_workstations); } void surf_workstation_model_init_compound() @@ -365,4 +366,5 @@ void surf_workstation_model_init_compound() xbt_assert(surf_network_model, "No network model defined yet!"); surf_workstation_model_init_internal(); xbt_dynar_push(model_list, &surf_workstation_model); + sg_platf_postparse_add_cb(create_workstations); }