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 httpdomain.httpdomain.HTTPResource::add_target_and_index(), httpdomain.autohttp.flask_base.AutoflaskBase::blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::endpoints(), handle_client_init(), httpdomain.autohttp.bottle.AutobottleDirective::make_rst(), httpdomain.autohttp.tornado.AutoTornadoDirective::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::modules(), httpdomain.autohttp.flask_base.AutoflaskBase::order(), typescriptdomain.TypeScriptDefinition::run(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::undoc_endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::undoc_endpoints(), and httpdomain.autohttp.flask_base.AutoflaskBase::undoc_modules().