Information we need for the callbacks to return a list of addresses back to the client. More...
Data Fields | |
struct GNUNET_SERVICE_Client * | client |
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... | |
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.
struct GNUNET_SERVICE_Client* AddressIteration::client |
Actual handle to the client.
Definition at line 499 of file gnunet-service-ats_addresses.c.
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.
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().