Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace swag by boost::intrusive::list in surf
[simgrid.git] / src / surf / cpu_cas01.hpp
index 7fc07d0..ccac472 100644 (file)
@@ -32,7 +32,7 @@ public:
                           xbt_dict_t cpu_properties);
   double shareResourcesFull(double now);  
   void addTraces();
-  xbt_swag_t p_cpuRunningActionSetThatDoesNotNeedBeingChecked;
+  ActionListPtr p_cpuRunningActionSetThatDoesNotNeedBeingChecked;
 };
 
 /************