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>
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... | |
Client to service: please give us an overview of the addresses.
struct GNUNET_MessageHeader AddressListRequestMessage::header |
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().
struct GNUNET_PeerIdentity AddressListRequestMessage::peer |
Which peer do we care about? All zeros for all.
Definition at line 351 of file ats.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and GAS_handle_request_address_list().
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().