aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/vpn
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-service-vpn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 4db343f6a..8f4d11bc9 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -565,7 +565,7 @@ free_tunnel_state (struct TunnelState *ts)
565 * Destroy the mesh tunnel. 565 * Destroy the mesh tunnel.
566 * 566 *
567 * @param cls the 'struct TunnelState' with the tunnel to destroy 567 * @param cls the 'struct TunnelState' with the tunnel to destroy
568 * @param ts schedule context 568 * @param tc scheduler context
569 */ 569 */
570static void 570static void
571destroy_tunnel_task (void *cls, 571destroy_tunnel_task (void *cls,
@@ -751,6 +751,7 @@ send_to_tunnel (struct TunnelMessageQueueEntry *tnq,
751 * 751 *
752 * @param de destination entry for which we need to setup a tunnel 752 * @param de destination entry for which we need to setup a tunnel
753 * @param client client to notify on successful tunnel setup, or NULL for none 753 * @param client client to notify on successful tunnel setup, or NULL for none
754 * @param client_af address family of the address returned to the client
754 * @param request_id request ID to send in client notification (unused if client is NULL) 755 * @param request_id request ID to send in client notification (unused if client is NULL)
755 * @return tunnel state of the tunnel that was created 756 * @return tunnel state of the tunnel that was created
756 */ 757 */