[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r12302 - gnunet/src/vpn
From: |
gnunet |
Subject: |
[GNUnet-SVN] r12302 - gnunet/src/vpn |
Date: |
Wed, 21 Jul 2010 00:22:01 +0200 |
Author: toelke
Date: 2010-07-21 00:22:01 +0200 (Wed, 21 Jul 2010)
New Revision: 12302
Modified:
gnunet/src/vpn/gnunet-daemon-vpn.c
Log:
clarifying comments
Modified: gnunet/src/vpn/gnunet-daemon-vpn.c
===================================================================
--- gnunet/src/vpn/gnunet-daemon-vpn.c 2010-07-20 22:21:59 UTC (rev 12301)
+++ gnunet/src/vpn/gnunet-daemon-vpn.c 2010-07-20 22:22:01 UTC (rev 12302)
@@ -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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r12302 - gnunet/src/vpn,
gnunet <=