An attribute iteration operation. More...
Data Fields | |
struct Iterator * | next |
Next element in the DLL. More... | |
struct Iterator * | prev |
Previous element in the DLL. More... | |
struct IdpClient * | client |
IDP client which initiated this zone iteration. More... | |
struct GNUNET_CRYPTO_PrivateKey | identity |
Key of the zone we are iterating over. More... | |
struct GNUNET_NAMESTORE_ZoneIterator * | ns_it |
Namestore iterator. More... | |
uint32_t | request_id |
The operation id for the zone iteration in the response for the client. More... | |
void * | ctx |
Context. More... | |
An attribute iteration operation.
Definition at line 90 of file gnunet-service-reclaim.c.
struct Iterator* Iterator::next |
Next element in the DLL.
Definition at line 95 of file gnunet-service-reclaim.c.
struct Iterator* Iterator::prev |
Previous element in the DLL.
Definition at line 100 of file gnunet-service-reclaim.c.
struct IdpClient* Iterator::client |
IDP client which initiated this zone iteration.
Definition at line 105 of file gnunet-service-reclaim.c.
struct GNUNET_CRYPTO_PrivateKey Iterator::identity |
Key of the zone we are iterating over.
Definition at line 110 of file gnunet-service-reclaim.c.
struct GNUNET_NAMESTORE_ZoneIterator* Iterator::ns_it |
Namestore iterator.
Definition at line 115 of file gnunet-service-reclaim.c.
uint32_t Iterator::request_id |
The operation id for the zone iteration in the response for the client.
Definition at line 120 of file gnunet-service-reclaim.c.
void* Iterator::ctx |
Definition at line 125 of file gnunet-service-reclaim.c.