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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h
index 7ec6b294b..011db00f8 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -483,7 +483,7 @@ GNUNET_TESTING_cmd_local_test_prepared (const char *label,
483#define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op) \ 483#define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op) \
484 op (test_system, const struct GNUNET_TESTING_System) \ 484 op (test_system, const struct GNUNET_TESTING_System) \
485 op (async_context, const struct GNUNET_TESTING_AsyncContext) \ 485 op (async_context, const struct GNUNET_TESTING_AsyncContext) \
486 op (helper_handles, const void *) \ 486 op (helper_handles, const struct GNUNET_HELPER_Handle *) \
487 op (local_prepared_state, const struct LocalPreparedState) \ 487 op (local_prepared_state, const struct LocalPreparedState) \
488 op (block_state, const struct BlockState) 488 op (block_state, const struct BlockState)
489 489