GNUnet  0.20.0
OverlayLink Struct Reference

Representation of an overlay link. More...

Collaboration diagram for OverlayLink:
[legend]

Data Fields

struct GNUNET_TESTBED_Operationop
 An operation corresponding to this link. More...
 
struct TopologyContexttc
 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...
 

Detailed Description

Representation of an overlay link.

Definition at line 55 of file testbed_api_topology.c.

Field Documentation

◆ op

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().

◆ tc

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().

◆ A

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().

◆ B

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().


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