Message from the library to the transport service asking for binary addresses known for a peer. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/transport.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST. More... | |
uint32_t | one_shot |
One shot call or continuous replies? More... | |
struct GNUNET_PeerIdentity | peer |
The identity of the peer to look up. More... | |
Message from the library to the transport service asking for binary addresses known for a peer.
Definition at line 447 of file transport.h.
struct GNUNET_MessageHeader ValidationMonitorMessage::header |
Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST.
Definition at line 421 of file transport.h.
uint32_t ValidationMonitorMessage::one_shot |
One shot call or continuous replies?
Definition at line 457 of file transport.h.
struct GNUNET_PeerIdentity ValidationMonitorMessage::peer |
The identity of the peer to look up.
Definition at line 457 of file transport.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().