1#ifndef GNUNET_TESTING_ARM_LIB_H
2#define GNUNET_TESTING_ARM_LIB_H
17 const char *system_label,
31 const char *start_label);
37#define GNUNET_TESTING_ARM_SIMPLE_TRAITS(op, prefix) \
40 struct GNUNET_ARM_Handle) \
43 const struct GNUNET_CONFIGURATION_Handle)
struct GNUNET_TESTING_Command GNUNET_TESTING_cmd_stop_peer(const char *label, const char *start_label)
Create command.
GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT(GNUNET_TESTING_ARM, arm_handle, struct GNUNET_ARM_Handle) GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT(GNUNET_TESTING_ARM
#define GNUNET_TESTING_ARM_SIMPLE_TRAITS(op, prefix)
Call op on all simple traits.
struct GNUNET_TESTING_Command GNUNET_TESTING_ARM_cmd_start_peer(const char *label, const char *system_label, const char *cfgname)
Create command.
A command to be run by the interpreter.
struct GNUNET_TESTING_CommandLabel label
Label for the command.