aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_netjail_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-10-03 17:17:16 +0200
committert3sserakt <t3ss@posteo.de>2023-10-03 17:17:16 +0200
commit6f68c34aa3deed8e1b5df30d3de1342386523920 (patch)
tree940221996f82d1edd77530ac2b1abbb61ccf08ac /src/include/gnunet_testing_netjail_lib.h
parented76bf2ece671e9543477a9bb9130dfbe5fa5a4d (diff)
parent109f3188ba65b788990427d6d26ba8874a9b84f5 (diff)
downloadgnunet-6f68c34aa3deed8e1b5df30d3de1342386523920.tar.gz
gnunet-6f68c34aa3deed8e1b5df30d3de1342386523920.zip
Merge branch 'master' into l20integration
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