aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_netjail_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_netjail_lib.h')
-rw-r--r--src/include/gnunet_testing_netjail_lib.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h
index 0d58e0f62..843fce0d5 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -520,11 +520,11 @@ GNUNET_TESTING_cmd_local_test_prepared (const char *label,
520 */ 520 */
521struct GNUNET_TESTING_Command 521struct GNUNET_TESTING_Command
522GNUNET_TESTING_cmd_start_peer (const char *label, 522GNUNET_TESTING_cmd_start_peer (const char *label,
523 const char *system_label, 523 const char *system_label,
524 uint32_t no, 524 uint32_t no,
525 const char *node_ip, 525 const char *node_ip,
526 const char *cfgname, 526 const char *cfgname,
527 unsigned int broadcast); 527 unsigned int broadcast);
528 528
529 529
530/* ***** Netjail trait support ***** */ 530/* ***** Netjail trait support ***** */
@@ -533,14 +533,14 @@ GNUNET_TESTING_cmd_start_peer (const char *label,
533/** 533/**
534 * Call #op on all simple traits. 534 * Call #op on all simple traits.
535 */ 535 */
536#define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op) \ 536#define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op, prefix) \
537 op (test_system, const struct GNUNET_TESTING_System) \ 537 op (prefix, test_system, const struct GNUNET_TESTING_System) \
538 op (async_context, struct GNUNET_TESTING_AsyncContext) \ 538 op (prefix, async_context, struct GNUNET_TESTING_AsyncContext) \
539 op (helper_handles, const struct GNUNET_HELPER_Handle *) \ 539 op (prefix, helper_handles, const struct GNUNET_HELPER_Handle *) \
540 op (local_prepared_state, const struct GNUNET_TESTING_LocalPreparedState) \ 540 op (prefix, local_prepared_state, const struct GNUNET_TESTING_LocalPreparedState) \
541 op (block_state, struct GNUNET_TESTING_BlockState) 541 op (prefix, block_state, struct GNUNET_TESTING_BlockState)
542 542
543GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT) 543GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT, GNUNET_TESTING)
544 544
545 545
546#endif 546#endif