GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
gnunet_testing_arm_lib.h
Go to the documentation of this file.
1#ifndef GNUNET_TESTING_ARM_LIB_H
2#define GNUNET_TESTING_ARM_LIB_H
3
5
16 const char *label,
17 const char *system_label,
18 const char *cfgname);
19
20
30 const char *label,
31 const char *start_label);
32
33
37#define GNUNET_TESTING_ARM_SIMPLE_TRAITS(op, prefix) \
38 op (prefix, \
39 arm_handle, \
40 struct GNUNET_ARM_Handle) \
41 op (prefix, \
42 config, \
43 const struct GNUNET_CONFIGURATION_Handle)
44
45
47 GNUNET_TESTING_ARM)
48
49
50#endif
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.