X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca448021b42fde4a06bfab9aebebe00925c62d38..be25aefab9c2c610e764c6b3ddd0df1c2c9a4797:/src/simix/smx_host.c diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 4b61c502a3..cfb76cfb4c 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -233,8 +233,7 @@ xbt_dict_t SIMIX_host_get_properties(smx_host_t host) { xbt_assert0((host != NULL), "Invalid parameters"); - return (surf_workstation_model->common_public. - get_properties(host->simdata->host)); + return (surf_workstation_model->get_properties(host->simdata->host)); }