Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I think I now better understand the surf internals: each resource can be *either...
[simgrid.git] / src / simdag / sd_link.c
index c7a30c2..e9637b5 100644 (file)
@@ -140,7 +140,7 @@ xbt_dict_t SD_link_get_properties(SD_link_t link)
   SD_CHECK_INIT_DONE();
   xbt_assert0((link != NULL), "Invalid parameters");
 
-  return (surf_workstation_model->common_public->get_link_properties(link->surf_link));
+  return (surf_workstation_model->common_public->get_properties(link->surf_link));
 
 }