clarifying comments
authorPhilipp Tölke <toelke@in.tum.de>
Tue, 20 Jul 2010 22:22:01 +0000 (22:22 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Tue, 20 Jul 2010 22:22:01 +0000 (22:22 +0000)
src/vpn/gnunet-daemon-vpn.c

index 9f8ffb6834ed9e4e4b97613a851c9a31188702b7..2977b40988532454c73f595d6d6b19dc062d20e8 100644 (file)
@@ -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;