X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..7d95b38c3d4b2911e3cc466e49ca9efbf58e997b:/include/simgrid/plugins/ns3.hpp diff --git a/include/simgrid/plugins/ns3.hpp b/include/simgrid/plugins/ns3.hpp index da8775baa3..94e1a40d0e 100644 --- a/include/simgrid/plugins/ns3.hpp +++ b/include/simgrid/plugins/ns3.hpp @@ -14,7 +14,7 @@ namespace simgrid { /** Returns the ns3 node from a simgrid host */ -XBT_PUBLIC ns3::Ptr get_ns3node_from_sghost(simgrid::s4u::Host* host); +XBT_PUBLIC ns3::Ptr get_ns3node_from_sghost(const simgrid::s4u::Host* host); }; // namespace simgrid #endif