comments
authorPhilipp Tölke <toelke@in.tum.de>
Wed, 27 Jul 2011 07:28:06 +0000 (07:28 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Wed, 27 Jul 2011 07:28:06 +0000 (07:28 +0000)
src/vpn/gnunet-daemon-vpn.h

index 85d806603c85dece6945580cafd67b2d9943945e..21709627320f50279377e833de04babef7a9ad67 100644 (file)
@@ -69,8 +69,10 @@ extern struct GNUNET_MESH_Handle *mesh_handle;
 extern struct GNUNET_CONTAINER_MultiHashMap* hashmap;
 
 struct map_entry {
+    /** The description of the service (used for service) */
     struct GNUNET_vpn_service_descriptor desc;
 
+    /** The real address of the service (used for remote) */
     char addrlen;
     char addr[16];