DLL used for delegations Used for OR delegations. More...
Data Fields | |
struct DelegationQueueEntry * | next |
DLL. More... | |
struct DelegationQueueEntry * | prev |
DLL. More... | |
struct DelegationSetQueueEntry * | parent_set |
Parent set. More... | |
uint32_t | required_solutions |
Required solutions. More... | |
DLL used for delegations Used for OR delegations.
Definition at line 110 of file gnunet-service-abd.c.
struct DelegationQueueEntry* DelegationQueueEntry::next |
DLL.
Definition at line 115 of file gnunet-service-abd.c.
struct DelegationQueueEntry* DelegationQueueEntry::prev |
DLL.
Definition at line 120 of file gnunet-service-abd.c.
struct DelegationSetQueueEntry* DelegationQueueEntry::parent_set |
Parent set.
Definition at line 125 of file gnunet-service-abd.c.
Referenced by backward_resolution(), forward_resolution(), and handle_bidirectional_match().
uint32_t DelegationQueueEntry::required_solutions |
Required solutions.
Definition at line 130 of file gnunet-service-abd.c.
Referenced by backward_resolution(), and forward_resolution().