X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74129886ba519295a41ea20004a4d5c07e06212b..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/plugins/ns3.hpp diff --git a/include/simgrid/plugins/ns3.hpp b/include/simgrid/plugins/ns3.hpp index 06e4b395fe..f639047b40 100644 --- a/include/simgrid/plugins/ns3.hpp +++ b/include/simgrid/plugins/ns3.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -13,8 +13,8 @@ #include namespace simgrid { -/** Returns the ns3 node from a simgrid host */ -XBT_PUBLIC ns3::Ptr get_ns3node_from_sghost(simgrid::s4u::Host* host); +/** Returns the ns3 node from a SimGrid host */ +XBT_PUBLIC ns3::Ptr get_ns3node_from_sghost(const simgrid::s4u::Host* host); }; // namespace simgrid #endif