GNUnet  0.19.3
ListPeerMessage Struct Reference

Message requesting a listing of peers, restricted to the specified peer identity. More...

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

Collaboration diagram for ListPeerMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET. More...
 
uint32_t include_friend_only
 Include friend only HELLOs and peers in callbacks. More...
 
struct GNUNET_PeerIdentity peer
 Restrict to peers with this identity (optional field, check header.size!). More...
 

Detailed Description

Message requesting a listing of peers, restricted to the specified peer identity.

Definition at line 40 of file peerinfo.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ListPeerMessage::header

Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET.

Definition at line 118 of file peerinfo.h.

◆ include_friend_only

uint32_t ListPeerMessage::include_friend_only

Include friend only HELLOs and peers in callbacks.

Definition at line 50 of file peerinfo.h.

Referenced by handle_get(), and send_ic_request().

◆ peer

struct GNUNET_PeerIdentity ListPeerMessage::peer

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