X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5785f3d0627bb6f96d99ac5f5591f7cf4ed7f009..38fa7b2d3e69aa9aa4957b2b847bec34bc1096ac:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index fdf56e473a..4c71d84d02 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -9,7 +9,7 @@ #include -#include +#include #include "xbt/fifo.h" #include "xbt/dict.h" @@ -203,9 +203,9 @@ namespace simgrid { private: void *userData = nullptr; - /* List of all links */ + /* List of all links. FIXME: should move to the Engine */ private: - static boost::unordered_map *links; + static std::unordered_map *links; public: static Link *byName(const char* name); static int linksCount();