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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/vpn_api.c b/src/vpn/vpn_api.c
index 5b70d19df..e4da5fae0 100644
--- a/src/vpn/vpn_api.c
+++ b/src/vpn/vpn_api.c
@@ -120,7 +120,7 @@ struct GNUNET_VPN_RedirectionRequest
120 /** 120 /**
121 * For service redirection, service descriptor. 121 * For service redirection, service descriptor.
122 */ 122 */
123 GNUNET_HashCode serv; 123 struct GNUNET_HashCode serv;
124 124
125 /** 125 /**
126 * At what time should the created service mapping expire? 126 * At what time should the created service mapping expire?
@@ -464,7 +464,7 @@ GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *vh,
464 int result_af, 464 int result_af,
465 uint8_t protocol, 465 uint8_t protocol,
466 const struct GNUNET_PeerIdentity *peer, 466 const struct GNUNET_PeerIdentity *peer,
467 const GNUNET_HashCode *serv, 467 const struct GNUNET_HashCode *serv,
468 int nac, 468 int nac,
469 struct GNUNET_TIME_Absolute expiration_time, 469 struct GNUNET_TIME_Absolute expiration_time,
470 GNUNET_VPN_AllocationCallback cb, 470 GNUNET_VPN_AllocationCallback cb,