From ecfbd79c029090dfbc657194adae2d229273fb9d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Aug 2023 21:41:31 +0200 Subject: -minor bugfixes, adding FIXMEs --- src/include/gnunet_testing_netjail_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_testing_netjail_lib.h') diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h index 106d7cdae..1d6f114eb 100644 --- a/src/include/gnunet_testing_netjail_lib.h +++ b/src/include/gnunet_testing_netjail_lib.h @@ -515,10 +515,10 @@ GNUNET_TESTING_cmd_local_test_prepared (const char *label, */ #define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op) \ op (test_system, const struct GNUNET_TESTING_System) \ - op (async_context, const struct GNUNET_TESTING_AsyncContext) \ + op (async_context, struct GNUNET_TESTING_AsyncContext) \ op (helper_handles, const struct GNUNET_HELPER_Handle *) \ op (local_prepared_state, const struct GNUNET_TESTING_LocalPreparedState) \ - op (block_state, const struct GNUNET_TESTING_BlockState) + op (block_state, struct GNUNET_TESTING_BlockState) GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT) -- cgit v1.2.3