]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/FullZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ActorImpl::join: react right away if the other actor is already dead
[simgrid.git] / src / kernel / routing / FullZone.cpp
index 132dc8746fc8e8686bb5d29dfd9b1c2a7671e30c..c716b8f791dcc97b61277c9d2cda2370695d0bec 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2009-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. */
@@ -6,9 +6,9 @@
 #include <simgrid/kernel/routing/FullZone.hpp>
 #include <simgrid/kernel/routing/NetPoint.hpp>
 
-#include "src/surf/network_interface.hpp"
+#include "src/kernel/resource/StandardLinkImpl.hpp"
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_full, ker_routing, "Kernel Full Routing");
 
 namespace simgrid {
 namespace kernel {