GNUnet  0.19.3
InfoMessage Struct Reference

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>

Collaboration diagram for InfoMessage:
[legend]

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...
 

Detailed Description

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.

Field Documentation

◆ header

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().

◆ reserved

uint32_t InfoMessage::reserved

Always zero.

Definition at line 111 of file peerinfo.h.

Referenced by check_info().

◆ peer


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