GNUnet  0.20.0
RetryListEntry Struct Reference
Collaboration diagram for RetryListEntry:
[legend]

Data Fields

struct RetryListEntrynext
 the next pointer for the DLL More...
 
struct RetryListEntryprev
 the prev pointer for the DLL More...
 
struct OverlayLinklink
 The link to be retired. More...
 

Detailed Description

Definition at line 111 of file testbed_api_topology.c.

Field Documentation

◆ next

struct RetryListEntry* RetryListEntry::next

the next pointer for the DLL

Definition at line 116 of file testbed_api_topology.c.

◆ prev

struct RetryListEntry* RetryListEntry::prev

the prev pointer for the DLL

Definition at line 121 of file testbed_api_topology.c.

◆ link

struct OverlayLink* RetryListEntry::link

The link to be retired.

Definition at line 126 of file testbed_api_topology.c.

Referenced by overlay_link_completed().


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