Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure upper layer can retrieve the properties of workstations (and that's the...
[simgrid.git] / src / surf / workstation_ptask_L07.c
index a1b38fa..f95cc84 100644 (file)
@@ -841,6 +841,8 @@ static void model_init_internal(void)
   surf_workstation_model->extension.workstation.get_link_latency =
     get_link_latency;
   surf_workstation_model->extension.workstation.link_shared = link_shared;
+  surf_workstation_model->extension.workstation.get_properties = surf_resource_properties;
+
 
   if (!ptask_maxmin_system)
     ptask_maxmin_system = lmm_system_new();