aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-05 14:23:29 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-05 14:23:29 +0000
commitcd8a403c9b658595621a0470dadbbda9b91507ce (patch)
tree76c018a2900713d0917a6dcc5985e0565dc822c2 /src/include
parent57aa3363dc8203686c8c73148dc9df2315edf8b0 (diff)
downloadgnunet-cd8a403c9b658595621a0470dadbbda9b91507ce.tar.gz
gnunet-cd8a403c9b658595621a0470dadbbda9b91507ce.zip
Completed incoming tunnel handling, refactored destroy tunnel
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service_new.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_mesh_service_new.h b/src/include/gnunet_mesh_service_new.h
index e85a4814f..1b4faa382 100644
--- a/src/include/gnunet_mesh_service_new.h
+++ b/src/include/gnunet_mesh_service_new.h
@@ -196,6 +196,7 @@ typedef void (*GNUNET_MESH_TunnelDisconnectHandler) (void *cls,
196 196
197/** 197/**
198 * Method called whenever a peer has connected to the tunnel. 198 * Method called whenever a peer has connected to the tunnel.
199 * TODO: change to typedef int? to let client allow the new peer or not
199 * 200 *
200 * @param cls closure 201 * @param cls closure
201 * @param peer peer identity the tunnel was created to, NULL on timeout 202 * @param peer peer identity the tunnel was created to, NULL on timeout