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_release/build/src/service/core/core.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Header with type GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY. | |
| uint32_t | reserved |
| Always zero. | |
| struct GNUNET_PeerIdentity | my_identity |
| Public key of the local peer. | |
| enum GNUNET_CORE_PeerClass | class |
| Class of the peer TODO is it correct to send an enum like this? | |
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().
| enum GNUNET_CORE_PeerClass InitReplyMessage::class |
Class of the peer TODO is it correct to send an enum like this?
Definition at line 120 of file core.h.
Referenced by handle_client_init().