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

Public Member Functions

 BypassRoute (NetPoint *gwSrc, NetPoint *gwDst)
 

Public Attributes

NetPointgw_src
 
NetPointgw_dst
 
std::vector< surf::LinkImpl * > links
 

Constructor & Destructor Documentation

◆ BypassRoute()

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

Member Data Documentation

◆ gw_src

NetPoint* simgrid::kernel::routing::BypassRoute::gw_src

◆ gw_dst

NetPoint* simgrid::kernel::routing::BypassRoute::gw_dst

◆ links

std::vector<surf::LinkImpl*> simgrid::kernel::routing::BypassRoute::links

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