X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e952abcd08d3cdfc3a51a774c57139ce6a04712..ce3bec73b984f5d517033220533448d4bbb6d809:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 599b24e522..e199d1d68d 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -185,12 +185,10 @@ public: * @param name The name of the Link * @param props Dictionary of properties associated to this Link * @param constraint The lmm constraint associated to this Cpu if it is part of a LMM component - * @param fes Future Event Set in which our events must be registered * @param state_trace [TODO] */ Link(simgrid::surf::NetworkModel *model, const char *name, xbt_dict_t props, lmm_constraint_t constraint, - sg_future_evt_set_t fes, tmgr_trace_t state_trace); /* Link destruction logic */