aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh2_test_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-11 13:45:43 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-11 13:45:43 +0000
commitab3e0cc14cfb7a2fc0b2f71cd5bd3c1a10a47646 (patch)
tree08649c50420aa8f25e5ebd14e07abb0627973e30 /src/mesh/mesh2_test_lib.h
parent8ee4ad79af4d0db83c5fd60027bb5f8f11e27ef3 (diff)
downloadgnunet-ab3e0cc14cfb7a2fc0b2f71cd5bd3c1a10a47646.tar.gz
gnunet-ab3e0cc14cfb7a2fc0b2f71cd5bd3c1a10a47646.zip
- Adapt new testing lib to mesh2
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/**