GNUnet 0.21.0
Iterator Struct Reference

An attribute iteration operation. More...

Collaboration diagram for Iterator:
[legend]

Data Fields

struct Iteratornext
 Next element in the DLL. More...
 
struct Iteratorprev
 Previous element in the DLL. More...
 
struct IdpClientclient
 IDP client which intiated this zone iteration. More...
 
struct GNUNET_CRYPTO_PrivateKey identity
 Key of the zone we are iterating over. More...
 
struct GNUNET_NAMESTORE_ZoneIteratorns_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...
 

Detailed Description

An attribute iteration operation.

Definition at line 90 of file gnunet-service-reclaim.c.

Field Documentation

◆ next

struct Iterator* Iterator::next

Next element in the DLL.

Definition at line 95 of file gnunet-service-reclaim.c.

◆ prev

struct Iterator* Iterator::prev

Previous element in the DLL.

Definition at line 100 of file gnunet-service-reclaim.c.

◆ client

struct IdpClient* Iterator::client

IDP client which intiated this zone iteration.

Definition at line 105 of file gnunet-service-reclaim.c.

◆ identity

struct GNUNET_CRYPTO_PrivateKey Iterator::identity

Key of the zone we are iterating over.

Definition at line 110 of file gnunet-service-reclaim.c.

◆ ns_it

struct GNUNET_NAMESTORE_ZoneIterator* Iterator::ns_it

Namestore iterator.

Definition at line 115 of file gnunet-service-reclaim.c.

◆ request_id

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.

◆ ctx

void* Iterator::ctx

Context.

Definition at line 125 of file gnunet-service-reclaim.c.


The documentation for this struct was generated from the following file: