GNUnet  0.20.0
PeerMonitorMessage 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 PeerMonitorMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_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 470 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader PeerMonitorMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_REQUEST.

Definition at line 457 of file transport.h.

◆ one_shot

uint32_t PeerMonitorMessage::one_shot

One shot call or continuous replies?

Definition at line 480 of file transport.h.

◆ peer


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