GNUnet 0.21.1
InitReplyMessage Struct Reference

Message transmitted by the gnunet-service-core process to its clients in response to an INIT message. More...

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

Collaboration diagram for InitReplyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header with type GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY. More...
 
uint32_t reserved
 Always zero. More...
 
struct GNUNET_PeerIdentity my_identity
 Public key of the local peer. More...
 

Detailed Description

Message transmitted by the gnunet-service-core process to its clients in response to an INIT message.

Definition at line 99 of file core.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader InitReplyMessage::header

Header with type GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY.

Definition at line 104 of file core.h.

◆ reserved

uint32_t InitReplyMessage::reserved

Always zero.

Definition at line 109 of file core.h.

Referenced by handle_client_init().

◆ my_identity

struct GNUNET_PeerIdentity InitReplyMessage::my_identity

Public key of the local peer.

Definition at line 114 of file core.h.

Referenced by handle_client_init().


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