-bump name to 97
[oweals/gnunet.git] / src / mesh / mesh_test_lib.h
index 4dd2151b8ad2bad469626143b94dd7b2898b78eb..5732338f7f0a63fe7bfbf1c17529cc1ca66089f8 100644 (file)
@@ -34,7 +34,7 @@ extern "C"
 #endif
 
 #include "gnunet_testbed_service.h"
-#include "gnunet_mesh_service.h"
+#include "gnunet_mesh_service_enc.h"
 
 /**
  * Test context for a MESH Test.
@@ -73,14 +73,14 @@ typedef void (*GNUNET_MESH_TEST_AppMain) (void *cls,
  * @param handlers Message handlers.
  * @param ports Ports the peers offer.
  */
-void 
+void
 GNUNET_MESH_TEST_run (const char *testname,
                       const char *cfgname,
                       unsigned int num_peers,
                       GNUNET_MESH_TEST_AppMain tmain,
                       void *tmain_cls,
-                      GNUNET_MESH_InboundTunnelNotificationHandler new_tunnel,
-                      GNUNET_MESH_TunnelEndHandler cleaner,
+                      GNUNET_MESH_InboundChannelNotificationHandler new_channel,
+                      GNUNET_MESH_ChannelEndHandler cleaner,
                       struct GNUNET_MESH_MessageHandler* handlers,
                       const uint32_t* ports);