GNUnet  0.20.0
GNUNET_TESTBED_HelperInit Struct Reference

Initialization message for gnunet-helper-testbed to start testbed service. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_helper.h>

Collaboration diagram for GNUNET_TESTBED_HelperInit:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT. More...
 
uint16_t trusted_ip_size
 The controller hostname size excluding the NULL termination character - strlen (hostname); cannot be zero. More...
 
uint16_t hostname_size
 The hostname size excluding the NULL termination character - strlen (hostname); cannot be zero. More...
 
uint16_t config_size
 The size of the uncompressed configuration. More...
 

Detailed Description

Initialization message for gnunet-helper-testbed to start testbed service.

Definition at line 35 of file testbed_helper.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_HelperInit::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT.

Definition at line 87 of file testbed_helper.h.

◆ trusted_ip_size

uint16_t GNUNET_TESTBED_HelperInit::trusted_ip_size

The controller hostname size excluding the NULL termination character - strlen (hostname); cannot be zero.

Definition at line 46 of file testbed_helper.h.

Referenced by tokenizer_cb().

◆ hostname_size

uint16_t GNUNET_TESTBED_HelperInit::hostname_size

The hostname size excluding the NULL termination character - strlen (hostname); cannot be zero.

Definition at line 52 of file testbed_helper.h.

Referenced by tokenizer_cb().

◆ config_size

uint16_t GNUNET_TESTBED_HelperInit::config_size

The size of the uncompressed configuration.

Definition at line 57 of file testbed_helper.h.

Referenced by GNUNET_TESTBED_create_helper_init_msg_(), and tokenizer_cb().


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