Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function: Engine::netcardList()
[simgrid.git] / include / simgrid / s4u / engine.hpp
index a6ee0bd..62b4164 100644 (file)
@@ -74,6 +74,7 @@ public:
 
   /** @brief Retrieve the netcard of the given name (or nullptr if not found) */
   simgrid::kernel::routing::NetCard* netcardByNameOrNull(const char* name);
 
   /** @brief Retrieve the netcard of the given name (or nullptr if not found) */
   simgrid::kernel::routing::NetCard* netcardByNameOrNull(const char* name);
+  void netcardList(std::vector<simgrid::kernel::routing::NetCard*> * list);
 
   template<class F>
   void registerFunction(const char* name)
 
   template<class F>
   void registerFunction(const char* name)