X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22e6546d2c6f14864cc93c4ed1470d8e8c1e2d95..ed06a04349269c97969b549f83f73d718246cc13:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 14a1518462..476775c0d7 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -174,6 +174,7 @@ public: static LinkImpl* byName(std::string name); static int linksCount(); static LinkImpl** linksList(); + static void linksList(std::vector* linkList); static void linksExit(); };