aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/vpn_api.c')
-rw-r--r--src/vpn/vpn_api.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vpn/vpn_api.c b/src/vpn/vpn_api.c
index 208e56007..f3068f7c2 100644
--- a/src/vpn/vpn_api.c
+++ b/src/vpn/vpn_api.c
@@ -358,12 +358,10 @@ queue_request (struct GNUNET_VPN_RedirectionRequest *rr)
358/** 358/**
359 * Connect to the VPN service and start again to transmit our requests. 359 * Connect to the VPN service and start again to transmit our requests.
360 * 360 *
361 * @param cls the 'struct GNUNET_VPN_Handle *' 361 * @param cls the `struct GNUNET_VPN_Handle *`
362 * @param tc scheduler context
363 */ 362 */
364static void 363static void
365connect_task (void *cls, 364connect_task (void *cls)
366 const struct GNUNET_SCHEDULER_TaskContext *tc)
367{ 365{
368 struct GNUNET_VPN_Handle *vh = cls; 366 struct GNUNET_VPN_Handle *vh = cls;
369 367