GNUnet  0.20.0
AddressListRequestMessage Struct Reference

Client to service: please give us an overview of the addresses. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/ats.h>

Collaboration diagram for AddressListRequestMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_REQUEST. More...
 
uint32_t id
 ID used to match replies to this request. More...
 
struct GNUNET_PeerIdentity peer
 Which peer do we care about? All zeros for all. More...
 
int32_t all
 GNUNET_YES to get information about all addresses, GNUNET_NO to only return addresses that are in use. More...
 

Detailed Description

Client to service: please give us an overview of the addresses.

Definition at line 341 of file ats.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader AddressListRequestMessage::header

Type is GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_REQUEST.

Definition at line 329 of file ats.h.

◆ id

uint32_t AddressListRequestMessage::id

ID used to match replies to this request.

Definition at line 351 of file ats.h.

Referenced by GAS_handle_request_address_list(), and gnunet_testing.Peer::start().

◆ peer

◆ all

int32_t AddressListRequestMessage::all

GNUNET_YES to get information about all addresses, GNUNET_NO to only return addresses that are in use.

Definition at line 362 of file ats.h.

Referenced by GAS_handle_request_address_list(), and GNUNET_ATS_performance_list_addresses().


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