SimGrid  3.14.159
Versatile Simulation of Distributed Systems
simgrid::kernel::routing::BypassRoute Class Reference

Public Member Functions

 BypassRoute (NetCard *gwSrc, NetCard *gwDst)
 

Public Attributes

const NetCardgw_src
 
const NetCardgw_dst
 
std::vector< Link * > links
 

Constructor & Destructor Documentation

◆ BypassRoute()

simgrid::kernel::routing::BypassRoute::BypassRoute ( NetCard gwSrc,
NetCard gwDst 
)
inlineexplicit

Member Data Documentation

◆ gw_src

const NetCard* simgrid::kernel::routing::BypassRoute::gw_src

◆ gw_dst

const NetCard* simgrid::kernel::routing::BypassRoute::gw_dst

◆ links

std::vector<Link*> simgrid::kernel::routing::BypassRoute::links

The documentation for this class was generated from the following file: