X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0db7c964785a7e463746904785e2c9b7c7fd7963..a9786d0c1612118b9fc2304ea7aa36b67b232267:/include/simgrid/s4u/engine.hpp diff --git a/include/simgrid/s4u/engine.hpp b/include/simgrid/s4u/engine.hpp index a6ee0bda92..62b41648c8 100644 --- a/include/simgrid/s4u/engine.hpp +++ b/include/simgrid/s4u/engine.hpp @@ -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); + void netcardList(std::vector * list); template void registerFunction(const char* name)