Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow to retrieve the link list from the Engine
[simgrid.git] / include / simgrid / s4u / Engine.hpp
index e705bab..805a309 100644 (file)
@@ -58,6 +58,8 @@ public:
 
   size_t getHostCount();
   void getHostList(std::vector<Host*> * whereTo);
 
   size_t getHostCount();
   void getHostList(std::vector<Host*> * whereTo);
+  size_t getLinkCount();
+  void getLinkList(std::vector<Link*> * list);
 
   /** @brief Run the simulation */
   void run();
 
   /** @brief Run the simulation */
   void run();