Message used to inform the client about a particular peer; this message is optionally followed by a HELLO message for the respective peer (if available). 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_INFO. More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_PeerIdentity | peer |
About which peer are we talking here? More... | |
Message used to inform the client about a particular peer; this message is optionally followed by a HELLO message for the respective peer (if available).
Check the header.size field to see if a HELLO is present.
Definition at line 101 of file peerinfo.h.
struct GNUNET_MessageHeader InfoMessage::header |
Type will be GNUNET_MESSAGE_TYPE_PEERINFO_INFO.
Definition at line 90 of file peerinfo.h.
Referenced by check_info(), check_notification(), handle_info(), handle_notification(), make_info_message(), and notify_all().
uint32_t InfoMessage::reserved |
struct GNUNET_PeerIdentity InfoMessage::peer |
About which peer are we talking here?
Definition at line 111 of file peerinfo.h.
Referenced by add_to_tc(), gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), check_info(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), handle_info(), handle_notification(), and make_info_message().