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>
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... | |
Message requesting a listing of peers, restricted to the specified peer identity.
Definition at line 40 of file peerinfo.h.
struct GNUNET_MessageHeader ListPeerMessage::header |
Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET.
Definition at line 118 of file peerinfo.h.
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().
struct GNUNET_PeerIdentity ListPeerMessage::peer |
Restrict to peers with this identity (optional field, check header.size!).
Definition at line 50 of file peerinfo.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), handle_get(), and send_ic_request().