GNUnet  0.19.3
ListAllPeersMessage Struct Reference

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

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

Collaboration diagram for ListAllPeersMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL. More...
 
uint32_t include_friend_only
 Include friend only HELLOs and peers in callbacks. More...
 

Detailed Description

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

Definition at line 63 of file peerinfo.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ListAllPeersMessage::header

Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL.

Definition at line 50 of file peerinfo.h.

◆ include_friend_only

uint32_t ListAllPeersMessage::include_friend_only

Include friend only HELLOs and peers in callbacks.

Definition at line 73 of file peerinfo.h.

Referenced by handle_get_all(), and send_ic_request().


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