Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug another similar memleak. The solution is not nicer
[simgrid.git] / src / surf / host_ptask_L07.hpp
index b10d8c9..33a2ffc 100644 (file)
@@ -94,7 +94,7 @@ public:
      int core, int initiallyOn, tmgr_trace_t state_trace);
   ~CpuL07();
   bool isUsed() override;
-  void apply_event(tmgr_trace_iterator_t event_type, double value) override;
+  void apply_event(tmgr_trace_iterator_t event, double value) override;
   Action *execution_start(double size) override;
   Action *sleep(double duration) override;
 protected:
@@ -113,7 +113,7 @@ public:
           e_surf_link_sharing_policy_t policy);
   ~LinkL07(){ };
   bool isUsed() override;
-  void apply_event(tmgr_trace_iterator_t event_type, double value) override;
+  void apply_event(tmgr_trace_iterator_t event, double value) override;
   void updateBandwidth(double value) override;
   void updateLatency(double value) override;
 };