X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bbe6c726ee543b902eed02a60cd49fb3f6e83462..fbec7502187bbe72d67297dccf60f30f58871e97:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index c3c23f013b..a15b173429 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -34,12 +34,7 @@ namespace simgrid { bool next_occuring_event_isIdempotent() override {return true;} void updateActionsState(double now, double delta) override; - Link* - createLink(const char *name, - double bw_initial, tmgr_trace_t bw_trace, - double lat_initial, tmgr_trace_t lat_trace, - e_surf_link_sharing_policy_t policy, - xbt_dict_t properties) override { DIE_IMPOSSIBLE; } + Link* createLink(const char *name, double bw, double lat, e_surf_link_sharing_policy_t policy, xbt_dict_t properties) override; }; /**********