X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7191e0a0c80df374d7bc4d00696578d106bd03c..6a53589d043ef92bb71eeac8dae8a6b1497b2f97:/src/surf/cpu_ti.hpp diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index 45f95fa906..3f531d8921 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -126,10 +126,10 @@ public: void modified(bool modified); - CpuTiTgmr *availTrace_; /*< Structure with data needed to integrate trace file */ - ActionTiList *actionSet_; /*< set with all actions running on cpu */ - double sumPriority_; /*< the sum of actions' priority that are running on cpu */ - double lastUpdate_ = 0; /*< last update of actions' remaining amount done */ + CpuTiTgmr *speedIntegratedTrace_ = NULL;/*< Structure with data needed to integrate trace file */ + ActionTiList *actionSet_ = NULL; /*< set with all actions running on cpu */ + double sumPriority_ = 0; /*< the sum of actions' priority that are running on cpu */ + double lastUpdate_ = 0; /*< last update of actions' remaining amount done */ double currentFrequency_;