X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d7137248837c462e9a20c5640f2c74541faa7ef5..e13ce5b2e888ecb8a373501a4332860f71a1e97c:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 02a6dffd22..c69c2bfaa3 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -156,7 +156,7 @@ public: tmgr_trace_t trace); /*< setup the trace file with latency events (peak latency changes due to external load). Trace must contain absolute values */ - tmgr_trace_event_t stateEvent_ = nullptr; + tmgr_trace_event_t state_event_ = nullptr; Metric latency_ = {1.0, 0, nullptr}; Metric bandwidth_ = {1.0, 0, nullptr};