aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-11 16:58:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-11 16:58:27 +0000
commit562b33143ee9fa431a68ea6741e4feb3ba388f83 (patch)
tree6318eb2c56ff76730708a4791804842c63cf1f81 /src/vpn
parent64821d4ae43b03b30de3dd136137598c0d5a2ab2 (diff)
downloadgnunet-562b33143ee9fa431a68ea6741e4feb3ba388f83.tar.gz
gnunet-562b33143ee9fa431a68ea6741e4feb3ba388f83.zip
changing heap remove node api to not pass heap; more fs hacking
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-exit.c1
-rw-r--r--src/vpn/gnunet-daemon-vpn.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index f6198894f..03e9831c8 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -447,6 +447,7 @@ static int
447receive_udp_service (void *cls, 447receive_udp_service (void *cls,
448 struct GNUNET_MESH_Tunnel *tunnel, 448 struct GNUNET_MESH_Tunnel *tunnel,
449 void **tunnel_ctx, 449 void **tunnel_ctx,
450 const struct GNUNET_PeerIdentity *sender,
450 const struct GNUNET_MessageHeader *message, 451 const struct GNUNET_MessageHeader *message,
451 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 452 const struct GNUNET_TRANSPORT_ATS_Information *atsi)
452{ 453{
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index 50c9d14b1..4d6a569f4 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -418,6 +418,7 @@ add_additional_port (struct map_entry *me, uint16_t port)
418static int 418static int
419receive_udp_back (void *cls, struct GNUNET_MESH_Tunnel* tunnel, 419receive_udp_back (void *cls, struct GNUNET_MESH_Tunnel* tunnel,
420 void **tunnel_ctx, 420 void **tunnel_ctx,
421 const struct GNUNET_PeerIdentity *sender,
421 const struct GNUNET_MessageHeader *message, 422 const struct GNUNET_MessageHeader *message,
422 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 423 const struct GNUNET_TRANSPORT_ATS_Information *atsi)
423{ 424{