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>
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... | |
Message requesting a listing of all peers, restricted to the specified peer identity.
Definition at line 63 of file peerinfo.h.
struct GNUNET_MessageHeader ListAllPeersMessage::header |
Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL.
Definition at line 50 of file peerinfo.h.
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().