GNUnet  0.19.5
GNUNET_TESTBED_HostConfirmedMessage Struct Reference

Confirmation from the service that adding a host worked (or failed). More...

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

Collaboration diagram for GNUNET_TESTBED_HostConfirmedMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST_SUCCESS. More...
 
uint32_t host_id
 Unique ID for the host (in NBO). More...
 

Detailed Description

Confirmation from the service that adding a host worked (or failed).

FIXME: Where is this required?

Definition at line 114 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_HostConfirmedMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST_SUCCESS.

Definition at line 97 of file testbed.h.

◆ host_id

uint32_t GNUNET_TESTBED_HostConfirmedMessage::host_id

Unique ID for the host (in NBO).

Definition at line 124 of file testbed.h.

Referenced by handle_add_host().


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