X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/kernel/routing/NetPoint.cpp diff --git a/src/kernel/routing/NetPoint.cpp b/src/kernel/routing/NetPoint.cpp index 2a0aeef5fc..d3d72aa8e9 100644 --- a/src/kernel/routing/NetPoint.cpp +++ b/src/kernel/routing/NetPoint.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-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. */ @@ -9,14 +9,13 @@ #include "simgrid/s4u/Host.hpp" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_netpoint, ker_routing, "Kernel implementation of netpoints"); namespace simgrid { template class xbt::Extendable; -namespace kernel { -namespace routing { +namespace kernel::routing { simgrid::xbt::signal NetPoint::on_creation; @@ -40,8 +39,7 @@ NetPoint* NetPoint::set_coordinates(const std::string& coords) new vivaldi::Coords(this, coords); return this; } -} // namespace routing -} // namespace kernel +} // namespace kernel::routing } // namespace simgrid /** @brief Retrieve a netpoint from its name