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.
#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.
#define GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT(prefix, name, type)
Create headers for a trait with name name for statically allocated data of type type.
A command to be run by the interpreter.
struct GNUNET_TESTING_CommandLabel label
Label for the command.