aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh2_test_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh2_test_lib.h')
-rw-r--r--src/mesh/mesh2_test_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/mesh2_test_lib.h b/src/mesh/mesh2_test_lib.h
index f1822617b..096c0ebc1 100644
--- a/src/mesh/mesh2_test_lib.h
+++ b/src/mesh/mesh2_test_lib.h
@@ -71,7 +71,7 @@ typedef void (*GNUNET_MESH_TEST_AppMain) (void *cls,
71 * @param new_tunnel Handler for incoming tunnels. 71 * @param new_tunnel 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 stypes Application types. 74 * @param ports Ports the peers offer.
75 */ 75 */
76void 76void
77GNUNET_MESH_TEST_run (const char *testname, 77GNUNET_MESH_TEST_run (const char *testname,
@@ -82,7 +82,7 @@ GNUNET_MESH_TEST_run (const char *testname,
82 GNUNET_MESH_InboundTunnelNotificationHandler new_tunnel, 82 GNUNET_MESH_InboundTunnelNotificationHandler new_tunnel,
83 GNUNET_MESH_TunnelEndHandler cleaner, 83 GNUNET_MESH_TunnelEndHandler cleaner,
84 struct GNUNET_MESH_MessageHandler* handlers, 84 struct GNUNET_MESH_MessageHandler* handlers,
85 const GNUNET_MESH_ApplicationType* stypes); 85 const uint32_t* ports);
86 86
87 87
88/** 88/**