GNUnet 0.21.2
testing_cmds.h File Reference

Message formats for communication between testing cmds helper and testcase plugins. More...

#include "gnunet_common.h"
Include dependency graph for testing_cmds.h:
This graph shows which files directly or indirectly include this file:

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"
 

Detailed Description

Message formats for communication between testing cmds helper and testcase plugins.

Author
t3sserakt

Definition in file testing_cmds.h.

Macro Definition Documentation

◆ HELPER_CMDS_BINARY

#define HELPER_CMDS_BINARY   "gnunet-cmds-helper"

Definition at line 32 of file testing_cmds.h.

◆ NETJAIL_EXEC_SCRIPT

#define NETJAIL_EXEC_SCRIPT   "netjail_exec.sh"

Definition at line 34 of file testing_cmds.h.