SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "src/kernel/routing/NetZoneImpl.hpp"
#include "simgrid/s4u/engine.hpp"
#include "simgrid/s4u/host.hpp"
#include "src/kernel/routing/NetCard.hpp"
#include "src/surf/cpu_interface.hpp"
#include "src/surf/network_interface.hpp"
#include "xbt/log.h"
Classes | |
class | simgrid::kernel::routing::BypassRoute |
Namespaces | |
simgrid | |
Host datatype from SIMIX POV. | |
simgrid::kernel | |
simgrid::kernel::routing | |
Functions | |
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (surf_route) | |
static void | simgrid::kernel::routing::find_common_ancestors (NetCard *src, NetCard *dst, NetZoneImpl **common_ancestor, NetZoneImpl **src_ancestor, NetZoneImpl **dst_ancestor) |
Get the common ancestor and its first children in each line leading to src and dst. More... | |
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY | ( | surf_route | ) |