MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / ReAddRoute

Method ReAddRoute

Src/Core/Profiler.cpp:1417–1420  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1415
1416////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1417void FSecure::C3::Core::Profiler::Relay::ReAddRoute(RouteId receivingRid, DeviceId outgoingInterface, bool isNeighbour)
1418{
1419 m_Routes.Add(receivingRid, Route{ m_Owner, receivingRid, outgoingInterface, isNeighbour });
1420}
1421
1422////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1423void FSecure::C3::Core::Profiler::Relay::ReRemoveRoute(RouteId rid)

Callers 3

RestoreFromSnapshotMethod · 0.80
ReAddRemoteAgentMethod · 0.80
OnMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected