GNUnet 0.21.1
DelegationQueueEntry Struct Reference

DLL used for delegations Used for OR delegations. More...

Collaboration diagram for DelegationQueueEntry:
[legend]

Data Fields

struct DelegationQueueEntrynext
 DLL. More...
 
struct DelegationQueueEntryprev
 DLL. More...
 
struct DelegationSetQueueEntryparent_set
 Parent set. More...
 
uint32_t required_solutions
 Required solutions. More...
 

Detailed Description

DLL used for delegations Used for OR delegations.

Definition at line 111 of file gnunet-service-abd.c.

Field Documentation

◆ next

struct DelegationQueueEntry* DelegationQueueEntry::next

DLL.

Definition at line 116 of file gnunet-service-abd.c.

◆ prev

struct DelegationQueueEntry* DelegationQueueEntry::prev

DLL.

Definition at line 121 of file gnunet-service-abd.c.

◆ parent_set

struct DelegationSetQueueEntry* DelegationQueueEntry::parent_set

Parent set.

Definition at line 126 of file gnunet-service-abd.c.

Referenced by backward_resolution(), forward_resolution(), and handle_bidirectional_match().

◆ required_solutions

uint32_t DelegationQueueEntry::required_solutions

Required solutions.

Definition at line 131 of file gnunet-service-abd.c.

Referenced by backward_resolution(), and forward_resolution().


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