From 20bb6e2908d9991a716d751563b9b45cf79961f6 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 28 Oct 2011 11:17:35 +0000 Subject: Added transition code for new MESH API --- src/mesh/mesh_api_new.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/mesh') diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c index bfdd902b7..1d2586825 100644 --- a/src/mesh/mesh_api_new.c +++ b/src/mesh/mesh_api_new.c @@ -1575,6 +1575,25 @@ GNUNET_MESH_notify_transmit_ready_cancel (struct GNUNET_MESH_TransmitHandle *th) } +/** + * Transition API for tunnel ctx management + */ +void +GNUNET_MESH_tunnel_set_data (struct GNUNET_MESH_Tunnel *tunnel, void *data) +{ + tunnel->ctx = data; +} + +/** + * Transition API for tunnel ctx management + */ +void * +GNUNET_MESH_tunnel_get_data (struct GNUNET_MESH_Tunnel *tunnel) +{ + return tunnel->ctx; +} + + #if 0 /* keep Emacsens' auto-indent happy */ { #endif -- cgit v1.2.3