Message transmitted core clients to gnunet-service-core to start the interaction. 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. More... | |
uint32_t | options |
Options, see GNUNET_CORE_OPTION_ values. More... | |
Message transmitted core clients to gnunet-service-core to start the interaction.
This header is followed by uint16_t type values specifying which messages this client is interested in.
struct GNUNET_MessageHeader InitMessage::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_INIT.
Definition at line 86 of file core.h.
Referenced by handle_client_init().
uint32_t InitMessage::options |
Options, see GNUNET_CORE_OPTION_ values.
Definition at line 91 of file core.h.
Referenced by handle_client_init().