32#define HELPER_CMDS_BINARY "gnunet-cmds-helper"
34#define NETJAIL_EXEC_SCRIPT "netjail_exec.sh"
commonly used definitions; globals in this file are exempt from the rule that the module name ("commo...
#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.
Parent to child: you're inheriting a barrier.
struct GNUNET_ShortHashCode barrier_key
struct GNUNET_MessageHeader header
Child to parent: I reached the given barrier, increment the counter (or pass to grandparent).
struct GNUNET_ShortHashCode barrier_key
struct GNUNET_MessageHeader header
Parent to child: this barrier was satisfied.
struct GNUNET_MessageHeader header
struct GNUNET_ShortHashCode barrier_key
Initialization message for gnunet-cmds-testbed to start cmd binary.
uint32_t barrier_count
Number of barriers the helper inherits.
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_INIT.
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_FINISHED.
uint32_t rv
The exit status local test return with in NBO.