X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/771173935e00663e8f6ae0a903e5b38f3d8abf6e..20dec2510773106d6ad98f5f3bfff0d3b2ab2872:/src/surf/network_interface.cpp diff --git a/src/surf/network_interface.cpp b/src/surf/network_interface.cpp index 4376384ba6..321c0d83e3 100644 --- a/src/surf/network_interface.cpp +++ b/src/surf/network_interface.cpp @@ -201,7 +201,7 @@ Link::Link(simgrid::surf::NetworkModel *model, const char *name, xbt_dict_t prop Link::Link(simgrid::surf::NetworkModel *model, const char *name, xbt_dict_t props, lmm_constraint_t constraint, - tmgr_history_t history, + tmgr_fes_t history, tmgr_trace_t state_trace) : Resource(model, name, constraint), PropertyHolder(props)