aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service_new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mesh_service_new.h')
-rw-r--r--src/include/gnunet_mesh_service_new.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/gnunet_mesh_service_new.h b/src/include/gnunet_mesh_service_new.h
index 6dd9da66c..0497cee2f 100644
--- a/src/include/gnunet_mesh_service_new.h
+++ b/src/include/gnunet_mesh_service_new.h
@@ -321,6 +321,19 @@ GNUNET_MESH_notify_transmit_ready_cancel (struct GNUNET_MESH_TransmitHandle
321 *th); 321 *th);
322 322
323 323
324/**
325 * Transition API for tunnel ctx management
326 */
327void
328GNUNET_MESH_tunnel_set_data (struct GNUNET_MESH_Tunnel *tunnel, void *data);
329
330/**
331 * Transition API for tunnel ctx management
332 */
333void *
334GNUNET_MESH_tunnel_get_data (struct GNUNET_MESH_Tunnel *tunnel);
335
336
324#if 0 /* keep Emacsens' auto-indent happy */ 337#if 0 /* keep Emacsens' auto-indent happy */
325{ 338{
326#endif 339#endif