Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CommWaitTransition mailbox is now valid
[simgrid.git] / src / kernel / routing / NetZoneImpl.cpp
index 64f0fab98daa7cc15b58a2ff647acfff7c03801f..39b693659e93aafd7b2e54fa6d6ed33e213b175a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2022. 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. */
@@ -16,7 +16,8 @@
 #include "src/surf/HostImpl.hpp"
 
 #include "src/kernel/resource/StandardLinkImpl.hpp"
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_route);
+
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing, kernel, "Kernel routing-related information");
 
 namespace simgrid {
 namespace kernel {