Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanups: kill code dupplication
[simgrid.git] / src / surf / surf.c
index 84ccf39..a87fa27 100644 (file)
@@ -152,10 +152,9 @@ s_surf_model_description_t surf_cpu_model_description[] = {
 
 int surf_workstation_model_description_size = 4;
 s_surf_model_description_t surf_workstation_model_description[] = {
-  {"CLM03", NULL, surf_workstation_model_init_CLM03},
-  {"KCCFLN05", NULL, surf_workstation_model_init_KCCFLN05},
-  {"compound", NULL, surf_workstation_model_init_compound},
-  {"ptask_L07", NULL, surf_workstation_model_init_ptask_L07}
+  {"CLM03", NULL, surf_workstation_model_init_CLM03, create_workstations},
+  {"compound", NULL, surf_workstation_model_init_compound, NULL},
+  {"ptask_L07", NULL, surf_workstation_model_init_ptask_L07, NULL}
 };
 
 void update_model_description(s_surf_model_description_t * table,