]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/ptask_L07.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make NetCards extendable, and use this for NS3 extension
[simgrid.git] / src / surf / ptask_L07.hpp
index 1b042869735ee241760fd525500e2db4e2b4e25c..389720c8770a3b03e85915aedceffe9673cd7b53 100644 (file)
@@ -108,7 +108,7 @@ public:
 
   int unref() override;
 
-  std::vector<kernel::routing::NetCard*> * netcardList_ = new std::vector<kernel::routing::NetCard*>();
+  std::vector<s4u::Host*>* hostList_ = new std::vector<s4u::Host*>();
   double *computationAmount_;
   double *communicationAmount_;
   double latency_;