28 #ifndef TESTBED_HELPER_H
29 #define TESTBED_HELPER_H
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
#define GNUNET_PACKED
gcc-ism to get packed structs.
Initialization message for gnunet-helper-testbed to start testbed service.
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT.
uint16_t trusted_ip_size
The controller hostname size excluding the NULL termination character - strlen (hostname); cannot be ...
uint16_t hostname_size
The hostname size excluding the NULL termination character - strlen (hostname); cannot be zero.
uint16_t config_size
The size of the uncompressed configuration.
Reply message from helper process.
uint16_t config_size
Size of the uncompressed configuration.
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_REPLY.