Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh-simdag-flatifier
[simgrid.git] / src / surf / workstation_ptask_L07.hpp
index aea13ee..7dd2691 100644 (file)
@@ -131,9 +131,8 @@ class CpuL07 : public Cpu {
   tmgr_trace_event_t p_powerEvent;
 public:
   CpuL07(CpuL07ModelPtr model, const char* name, xbt_dict_t properties,
-                double power_scale,
-                double power_initial, tmgr_trace_t power_trace,
-                e_surf_resource_state_t state_initial, tmgr_trace_t state_trace);
+                double power_scale, double power_initial, tmgr_trace_t power_trace,
+     int core, e_surf_resource_state_t state_initial, tmgr_trace_t state_trace);
   bool isUsed();
   //bool isUsed() {DIE_IMPOSSIBLE;};
   void updateState(tmgr_trace_event_t event_type, double value, double date);