aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-04-10 11:22:36 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-04-10 11:22:36 +0000
commit213e1b8b7c4b2a869fc92cd1d7eb0486b06956eb (patch)
tree0b1769f3cd3cec8c27a2948f6520f60ef52f605e /src/vpn
parent02f9bfff7dac518b4ec881d3c99164777b061119 (diff)
downloadgnunet-213e1b8b7c4b2a869fc92cd1d7eb0486b06956eb.tar.gz
gnunet-213e1b8b7c4b2a869fc92cd1d7eb0486b06956eb.zip
documentation-change
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index c7d851cb3..c897dfbec 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -61,8 +61,8 @@ static int ret;
61static struct GNUNET_MESH_Handle *mesh_handle; 61static struct GNUNET_MESH_Handle *mesh_handle;
62 62
63/** 63/**
64 * This hashmap contains the mapping from peer, service-descriptor, 64 * This hashmaps contains the mapping from peer, service-descriptor,
65 * source-port and destination-port to a socket 65 * source-port and destination-port to a struct redirect_state
66 */ 66 */
67static struct GNUNET_CONTAINER_MultiHashMap *udp_connections; 67static struct GNUNET_CONTAINER_MultiHashMap *udp_connections;
68static struct GNUNET_CONTAINER_MultiHashMap *tcp_connections; 68static struct GNUNET_CONTAINER_MultiHashMap *tcp_connections;