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>
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... | |
Message transmitted by the gnunet-service-core process to its clients in response to an INIT message.
struct GNUNET_MessageHeader InitReplyMessage::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY.
uint32_t InitReplyMessage::reserved |
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().