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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h
index b76ce060b..9d016b33a 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -536,10 +536,10 @@ GNUNET_TESTING_cmd_start_peer (const char *label,
536 */ 536 */
537#define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op) \ 537#define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op) \
538 op (test_system, const struct GNUNET_TESTING_System) \ 538 op (test_system, const struct GNUNET_TESTING_System) \
539 op (async_context, const struct GNUNET_TESTING_AsyncContext) \ 539 op (async_context, struct GNUNET_TESTING_AsyncContext) \
540 op (helper_handles, const struct GNUNET_HELPER_Handle *) \ 540 op (helper_handles, const struct GNUNET_HELPER_Handle *) \
541 op (local_prepared_state, const struct GNUNET_TESTING_LocalPreparedState) \ 541 op (local_prepared_state, const struct GNUNET_TESTING_LocalPreparedState) \
542 op (block_state, const struct GNUNET_TESTING_BlockState) 542 op (block_state, struct GNUNET_TESTING_BlockState)
543 543
544GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT) 544GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT)
545 545