Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce a bit the amount of void* (in L07)
[simgrid.git] / src / surf / host_ptask_L07.hpp
index c514e26..66c5b03 100644 (file)
@@ -180,8 +180,7 @@ public:
   void setPriority(double priority);
   double getRemains();
 
-  int m_hostNb;
-  Host **p_hostList;
+  vector<RoutingEdge*> * p_edgeList = new vector<RoutingEdge*>();
   double *p_computationAmount;
   double *p_communicationAmount;
   double m_latency;