From: Philipp Tölke Date: Tue, 20 Jul 2010 22:22:01 +0000 (+0000) Subject: clarifying comments X-Git-Tag: initial-import-from-subversion-38251~20882 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f015c4a688d52ca75fe83817ffe60a246a73cc0a;p=oweals%2Fgnunet.git clarifying comments --- diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c index 9f8ffb683..2977b4098 100644 --- a/src/vpn/gnunet-daemon-vpn.c +++ b/src/vpn/gnunet-daemon-vpn.c @@ -40,8 +40,8 @@ static int ret; struct vpn_cls { - struct GNUNET_DISK_PipeHandle* helper_in; - struct GNUNET_DISK_PipeHandle* helper_out; + struct GNUNET_DISK_PipeHandle* helper_in; // From the helper + struct GNUNET_DISK_PipeHandle* helper_out; // To the helper const struct GNUNET_DISK_FileHandle* fh_from_helper; struct GNUNET_SCHEDULER_Handle *sched;