Message formats for communication between testing cmds helper and testcase plugins. More...
#include "gnunet_common.h"
Go to the source code of this file.
Data Structures | |
struct | GNUNET_TESTING_CommandHelperInit |
Initialization message for gnunet-cmds-testbed to start cmd binary. More... | |
struct | GNUNET_TESTING_CommandLocalFinished |
struct | GNUNET_TESTING_CommandBarrierReached |
Child to parent: I reached the given barrier, increment the counter (or pass to grandparent). More... | |
struct | GNUNET_TESTING_CommandBarrierInherited |
Parent to child: you're inheriting a barrier. More... | |
struct | GNUNET_TESTING_CommandBarrierSatisfied |
Parent to child: this barrier was satisfied. More... | |
Macros | |
#define | HELPER_CMDS_BINARY "gnunet-cmds-helper" |
#define | NETJAIL_EXEC_SCRIPT "netjail_exec.sh" |
Message formats for communication between testing cmds helper and testcase plugins.
Definition in file testing_cmds.h.
#define HELPER_CMDS_BINARY "gnunet-cmds-helper" |
Definition at line 32 of file testing_cmds.h.
#define NETJAIL_EXEC_SCRIPT "netjail_exec.sh" |
Definition at line 34 of file testing_cmds.h.