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 intiated this zone iteration. More... | |
struct GNUNET_IDENTITY_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 93 of file gnunet-service-reclaim.c.
struct Iterator* Iterator::next |
Next element in the DLL.
Definition at line 98 of file gnunet-service-reclaim.c.
struct Iterator* Iterator::prev |
Previous element in the DLL.
Definition at line 103 of file gnunet-service-reclaim.c.
struct IdpClient* Iterator::client |
IDP client which intiated this zone iteration.
Definition at line 108 of file gnunet-service-reclaim.c.
struct GNUNET_IDENTITY_PrivateKey Iterator::identity |
Key of the zone we are iterating over.
Definition at line 108 of file gnunet-service-reclaim.c.
struct GNUNET_NAMESTORE_ZoneIterator* Iterator::ns_it |
Namestore iterator.
Definition at line 118 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 123 of file gnunet-service-reclaim.c.
void* Iterator::ctx |
Definition at line 128 of file gnunet-service-reclaim.c.