aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-02 10:49:23 +0100
committert3sserakt <t3ss@posteo.de>2021-12-02 10:49:23 +0100
commit27e4f78f34c79ed18645cb15fc2c5f731c137076 (patch)
treedf9121b30b3c6efb4a5ba4ca2676ae55613078ca /src/include
parent08226446145611d21bef57fdc77e4693309f3cc4 (diff)
downloadgnunet-27e4f78f34c79ed18645cb15fc2c5f731c137076.tar.gz
gnunet-27e4f78f34c79ed18645cb15fc2c5f731c137076.zip
- fixed warning, raised log level for udp backchannel test0.15.x
Diffstat (limited to 'src/include')
-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