X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6badbbf58554a35b03f58509b0b18cf606c38f5e..8d777265e12b0b9c5f13fecfc719474cdd214e9e:/src/surf/network_cm02.hpp diff --git a/src/surf/network_cm02.hpp b/src/surf/network_cm02.hpp index 25b4de53ec..a7f479e26e 100644 --- a/src/surf/network_cm02.hpp +++ b/src/surf/network_cm02.hpp @@ -75,7 +75,7 @@ public: NetworkCm02Link(NetworkCm02Model *model, const char *name, xbt_dict_t props, lmm_system_t system, double constraint_value, - tmgr_history_t history, + sg_future_evt_set_t fes, int initiallyOn, tmgr_trace_t state_trace, double metric_peak, @@ -83,7 +83,7 @@ public: double lat_initial, tmgr_trace_t lat_trace, e_surf_link_sharing_policy_t policy); - void updateState(tmgr_trace_event_t event_type, double value, double date) override; + void updateState(tmgr_trace_iterator_t event_type, double value, double date) override; void updateBandwidth(double value, double date=surf_get_clock()) override; void updateLatency(double value, double date=surf_get_clock()) override; virtual void gapAppend(double /*size*/, const Link* /*link*/, NetworkAction * /*action*/) {};