![]() |
GNUnet
0.11.x
|
An attribute iteration operation. More...
Data Fields | |
struct AttributeIterator * | next |
Next element in the DLL. More... | |
struct AttributeIterator * | prev |
Previous element in the DLL. More... | |
struct IdpClient * | client |
IDP client which intiated this zone iteration. More... | |
struct GNUNET_CRYPTO_EcdsaPrivateKey | 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 fot the zone iteration in the response for the client. More... | |
An attribute iteration operation.
Definition at line 93 of file gnunet-service-reclaim.c.
struct AttributeIterator* AttributeIterator::next |
Next element in the DLL.
Definition at line 98 of file gnunet-service-reclaim.c.
Referenced by handle_iteration_next(), and handle_iteration_stop().
struct AttributeIterator* AttributeIterator::prev |
Previous element in the DLL.
Definition at line 103 of file gnunet-service-reclaim.c.
struct IdpClient* AttributeIterator::client |
IDP client which intiated this zone iteration.
Definition at line 108 of file gnunet-service-reclaim.c.
Referenced by attr_iter_cb(), attr_iter_finished(), and handle_iteration_start().
struct GNUNET_CRYPTO_EcdsaPrivateKey AttributeIterator::identity |
Key of the zone we are iterating over.
Definition at line 113 of file gnunet-service-reclaim.c.
Referenced by handle_iteration_start().
struct GNUNET_NAMESTORE_ZoneIterator* AttributeIterator::ns_it |
Namestore iterator.
Definition at line 118 of file gnunet-service-reclaim.c.
Referenced by attr_iter_cb(), handle_iteration_next(), and handle_iteration_start().
uint32_t AttributeIterator::request_id |
The operation id fot the zone iteration in the response for the client.
Definition at line 123 of file gnunet-service-reclaim.c.
Referenced by attr_iter_cb(), attr_iter_finished(), handle_iteration_next(), handle_iteration_start(), and handle_iteration_stop().