Representation of an overlay link. More...
Data Fields | |
struct GNUNET_TESTBED_Operation * | op |
An operation corresponding to this link. More... | |
struct TopologyContext * | tc |
The topology context this link is a part of. More... | |
uint32_t | A |
position of peer A's handle in peers array More... | |
uint32_t | B |
position of peer B's handle in peers array More... | |
Representation of an overlay link.
Definition at line 55 of file testbed_api_topology.c.
struct GNUNET_TESTBED_Operation* OverlayLink::op |
An operation corresponding to this link.
Definition at line 60 of file testbed_api_topology.c.
Referenced by make_link(), oprelease_overlay_configure_topology(), opstart_overlay_configure_topology(), and overlay_link_completed().
struct TopologyContext* OverlayLink::tc |
The topology context this link is a part of.
Definition at line 65 of file testbed_api_topology.c.
Referenced by make_link(), and overlay_link_completed().
uint32_t OverlayLink::A |
position of peer A's handle in peers array
Definition at line 70 of file testbed_api_topology.c.
Referenced by make_link(), opstart_overlay_configure_topology(), and overlay_link_completed().
uint32_t OverlayLink::B |
position of peer B's handle in peers array
Definition at line 75 of file testbed_api_topology.c.
Referenced by make_link(), opstart_overlay_configure_topology(), and overlay_link_completed().