Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mmalloc] Extends the junk area and use finer grained allocations
[simgrid.git] / src / surf / cpu_interface.hpp
index b77903c3b4ff04b3d079214758a66e835b227d71..b2f4e8a70964ba92b4e9e995ad7df33ed25b1ee4 100644 (file)
@@ -88,7 +88,6 @@ public:
                           e_surf_resource_state_t state_initial,
                           tmgr_trace_t state_trace,
                           xbt_dict_t cpu_properties)=0;
-  void setState(e_surf_resource_state_t state);
 
   void updateActionsStateLazy(double now, double delta);
   void updateActionsStateFull(double now, double delta);
@@ -189,7 +188,7 @@ public:
    *
    * @return The current Cpu power peak
    */
-  virtual double getCurrentPowerPeak()=0;
+  virtual double getCurrentPowerPeak();
 
 
   virtual double getPowerPeakAt(int pstate_index)=0;