From dbb12b0c0216846ec0cfa30ed2760c221434eaee Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 20 Jul 2016 12:07:05 +0000 Subject: - adapt test cases / framework to new port system --- src/cadet/cadet_test_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cadet/cadet_test_lib.h') 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, * @param new_channel Handler for incoming tunnels. * @param cleaner Cleaner for destroyed incoming tunnels. * @param handlers Message handlers. - * @param ports Ports the peers offer. + * @param ports Ports the peers offer, NULL-terminated. */ void GNUNET_CADET_TEST_run (const char *testname, @@ -82,7 +82,7 @@ GNUNET_CADET_TEST_run (const char *testname, GNUNET_CADET_InboundChannelNotificationHandler new_channel, GNUNET_CADET_ChannelEndHandler cleaner, struct GNUNET_CADET_MessageHandler* handlers, - const uint32_t* ports); + const struct GNUNET_HashCode **ports); /** -- cgit v1.2.3