GNUnet  0.19.5
AddressIteration Struct Reference

Information we need for the callbacks to return a list of addresses back to the client. More...

Collaboration diagram for AddressIteration:
[legend]

Data Fields

struct GNUNET_SERVICE_Clientclient
 Actual handle to the client. More...
 
int all
 Are we sending all addresses, or only those that are active? More...
 
uint32_t id
 Which ID should be included in the response? More...
 

Detailed Description

Information we need for the callbacks to return a list of addresses back to the client.

Definition at line 494 of file gnunet-service-ats_addresses.c.

Field Documentation

◆ client

struct GNUNET_SERVICE_Client* AddressIteration::client

Actual handle to the client.

Definition at line 499 of file gnunet-service-ats_addresses.c.

◆ all

int AddressIteration::all

Are we sending all addresses, or only those that are active?

Definition at line 504 of file gnunet-service-ats_addresses.c.

◆ id

uint32_t AddressIteration::id

Which ID should be included in the response?

Definition at line 509 of file gnunet-service-ats_addresses.c.

Referenced by gnunet_testing.Peer::start().


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