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 89 of file gnunet-service-reclaim.c.
struct Iterator* Iterator::next |
Next element in the DLL.
Definition at line 94 of file gnunet-service-reclaim.c.
struct Iterator* Iterator::prev |
Previous element in the DLL.
Definition at line 99 of file gnunet-service-reclaim.c.
struct IdpClient* Iterator::client |
IDP client which initiated this zone iteration.
Definition at line 104 of file gnunet-service-reclaim.c.
struct GNUNET_CRYPTO_PrivateKey Iterator::identity |
Key of the zone we are iterating over.
Definition at line 109 of file gnunet-service-reclaim.c.
struct GNUNET_NAMESTORE_ZoneIterator* Iterator::ns_it |
Namestore iterator.
Definition at line 114 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 119 of file gnunet-service-reclaim.c.
void* Iterator::ctx |
Definition at line 124 of file gnunet-service-reclaim.c.