aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_test_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-07-20 12:07:05 +0000
committerBart Polot <bart@net.in.tum.de>2016-07-20 12:07:05 +0000
commitdbb12b0c0216846ec0cfa30ed2760c221434eaee (patch)
tree140b649ad916e45f17faa42a5ba5cdf3563b2e52 /src/cadet/cadet_test_lib.h
parentcaa4196867da8684c5b1fd2e747ecb9d21cbba8b (diff)
downloadgnunet-dbb12b0c0216846ec0cfa30ed2760c221434eaee.tar.gz
gnunet-dbb12b0c0216846ec0cfa30ed2760c221434eaee.zip
- adapt test cases / framework to new port system
Diffstat (limited to 'src/cadet/cadet_test_lib.h')
-rw-r--r--src/cadet/cadet_test_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet_test_lib.h b/src/cadet/cadet_test_lib.h
index f517fdd4b..464977d42 100644
--- a/src/cadet/cadet_test_lib.h
+++ b/src/cadet/cadet_test_lib.h
@@ -71,7 +71,7 @@ typedef void (*GNUNET_CADET_TEST_AppMain) (void *cls,
71 * @param new_channel Handler for incoming tunnels. 71 * @param new_channel Handler for incoming tunnels.
72 * @param cleaner Cleaner for destroyed incoming tunnels. 72 * @param cleaner Cleaner for destroyed incoming tunnels.
73 * @param handlers Message handlers. 73 * @param handlers Message handlers.
74 * @param ports Ports the peers offer. 74 * @param ports Ports the peers offer, NULL-terminated.
75 */ 75 */
76void 76void
77GNUNET_CADET_TEST_run (const char *testname, 77GNUNET_CADET_TEST_run (const char *testname,
@@ -82,7 +82,7 @@ GNUNET_CADET_TEST_run (const char *testname,
82 GNUNET_CADET_InboundChannelNotificationHandler new_channel, 82 GNUNET_CADET_InboundChannelNotificationHandler new_channel,
83 GNUNET_CADET_ChannelEndHandler cleaner, 83 GNUNET_CADET_ChannelEndHandler cleaner,
84 struct GNUNET_CADET_MessageHandler* handlers, 84 struct GNUNET_CADET_MessageHandler* handlers,
85 const uint32_t* ports); 85 const struct GNUNET_HashCode **ports);
86 86
87 87
88/** 88/**