GNUnet 0.21.1
InitMessage Struct Reference

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>

Collaboration diagram for InitMessage:
[legend]

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...
 

Detailed Description

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.

Definition at line 81 of file core.h.

Field Documentation

◆ header

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().

◆ options


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