]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/plugins/ns3.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Public headers must remain C++14 for now
[simgrid.git] / include / simgrid / plugins / ns3.hpp
index da8775baa3c513569f6fc02ed7e0dede2b588bf0..94e1a40d0eb9f8b6cf9a2b606fac3230d0a82c52 100644 (file)
@@ -14,7 +14,7 @@
 
 namespace simgrid {
 /** Returns the ns3 node from a simgrid host */
-XBT_PUBLIC ns3::Ptr<ns3::Node> get_ns3node_from_sghost(simgrid::s4u::Host* host);
+XBT_PUBLIC ns3::Ptr<ns3::Node> get_ns3node_from_sghost(const simgrid::s4u::Host* host);
 }; // namespace simgrid
 
 #endif