From: Philipp Tölke Date: Sun, 10 Apr 2011 11:22:36 +0000 (+0000) Subject: documentation-change X-Git-Tag: initial-import-from-subversion-38251~18725 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=213e1b8b7c4b2a869fc92cd1d7eb0486b06956eb;p=oweals%2Fgnunet.git documentation-change --- 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; static struct GNUNET_MESH_Handle *mesh_handle; /** - * This hashmap contains the mapping from peer, service-descriptor, - * source-port and destination-port to a socket + * This hashmaps contains the mapping from peer, service-descriptor, + * source-port and destination-port to a struct redirect_state */ static struct GNUNET_CONTAINER_MultiHashMap *udp_connections; static struct GNUNET_CONTAINER_MultiHashMap *tcp_connections;