Notify the service about a host that we intend to use. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST. More... | |
uint32_t | host_id |
Unique ID for the host (in NBO). More... | |
uint16_t | ssh_port |
SSH port to use, 0 for default (in NBO). More... | |
uint16_t | username_length |
Number of bytes in the user name that follows; 0 to use no user name; otherwise 'strlen (username)', excluding 0-termination! More... | |
uint16_t | hostname_length |
Number of bytes in the host name (excluding 0-termination) that follows the user name; cannot be 0. More... | |
uint16_t | config_size |
The length of the uncompressed configuration. More... | |
struct GNUNET_MessageHeader GNUNET_TESTBED_AddHostMessage::header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST.
Definition at line 55 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_().
uint32_t GNUNET_TESTBED_AddHostMessage::host_id |
uint16_t GNUNET_TESTBED_AddHostMessage::ssh_port |
uint16_t GNUNET_TESTBED_AddHostMessage::username_length |
Number of bytes in the user name that follows; 0 to use no user name; otherwise 'strlen (username)', excluding 0-termination!
Definition at line 86 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_(), and GNUNET_TESTBED_register_host().
uint16_t GNUNET_TESTBED_AddHostMessage::hostname_length |
Number of bytes in the host name (excluding 0-termination) that follows the user name; cannot be 0.
Definition at line 92 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_(), and GNUNET_TESTBED_register_host().
uint16_t GNUNET_TESTBED_AddHostMessage::config_size |
The length of the uncompressed configuration.
Definition at line 97 of file testbed.h.
Referenced by GNUNET_TESTBED_extract_config_(), and GNUNET_TESTBED_register_host().