GNUnet  0.20.0
ValidationMonitorMessage Struct Reference

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>

Collaboration diagram for ValidationMonitorMessage:
[legend]

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...
 

Detailed Description

Message from the library to the transport service asking for binary addresses known for a peer.

Definition at line 447 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ValidationMonitorMessage::header

Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST.

Definition at line 421 of file transport.h.

◆ one_shot

uint32_t ValidationMonitorMessage::one_shot

One shot call or continuous replies?

Definition at line 457 of file transport.h.

◆ peer


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