gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19749 - in gnunet/src: dns exit fs include vpn


From: gnunet
Subject: [GNUnet-SVN] r19749 - in gnunet/src: dns exit fs include vpn
Date: Sat, 11 Feb 2012 16:56:34 +0100

Author: grothoff
Date: 2012-02-11 16:56:33 +0100 (Sat, 11 Feb 2012)
New Revision: 19749

Modified:
   gnunet/src/dns/gnunet-service-dns.c
   gnunet/src/exit/gnunet-daemon-exit.c
   gnunet/src/fs/gnunet-helper-fs-publish.c
   gnunet/src/include/gnunet_disk_lib.h
   gnunet/src/include/gnunet_fs_service.h
   gnunet/src/vpn/gnunet-helper-vpn.c
Log:
-doxygen fixes

Modified: gnunet/src/dns/gnunet-service-dns.c
===================================================================
--- gnunet/src/dns/gnunet-service-dns.c 2012-02-09 15:05:01 UTC (rev 19748)
+++ gnunet/src/dns/gnunet-service-dns.c 2012-02-11 15:56:33 UTC (rev 19749)
@@ -359,7 +359,7 @@
 /**
  * We're done with a RequestSocket, close it for now.
  *
- * @param rr request to clean up
+ * @param rs request socket to clean up
  */
 static void
 cleanup_rs (struct RequestSocket *rs)
@@ -950,7 +950,7 @@
  * if we have a valid, matching, pending request.
  *
  * @param dnsout socket to read from
- * @param GNUNET_OK on success, GNUNET_NO on drop, GNUNET_SYSERR on IO-errors 
(closed socket)
+ * @return GNUNET_OK on success, GNUNET_NO on drop, GNUNET_SYSERR on IO-errors 
(closed socket)
  */
 static int
 do_dns_read (struct GNUNET_NETWORK_Handle *dnsout)

Modified: gnunet/src/exit/gnunet-daemon-exit.c
===================================================================
--- gnunet/src/exit/gnunet-daemon-exit.c        2012-02-09 15:05:01 UTC (rev 
19748)
+++ gnunet/src/exit/gnunet-daemon-exit.c        2012-02-11 15:56:33 UTC (rev 
19749)
@@ -1271,7 +1271,7 @@
  * @param tcp_header skeleton of the TCP header, NULL for UDP
  * @param src_address source address to use (IP and port)
  * @param dst_address destination address to use (IP and port)
- * @param pkt6 where to write the assembled packet; must
+ * @param pkt4 where to write the assembled packet; must
  *        contain enough space for the IP header, UDP/TCP header
  *        AND the payload
  */
@@ -1356,6 +1356,7 @@
  *                TCP header, depending on protocol)
  * @param payload_length number of bytes in 'payload'
  * @param protocol IPPROTO_UDP or IPPROTO_TCP
+ * @param tcp_header skeleton TCP header data to send, NULL for UDP
  * @param src_address source address to use (IP and port)
  * @param dst_address destination address to use (IP and port)
  * @param pkt6 where to write the assembled packet; must
@@ -2651,7 +2652,7 @@
 static void *
 new_tunnel (void *cls GNUNET_UNUSED, struct GNUNET_MESH_Tunnel *tunnel,
             const struct GNUNET_PeerIdentity *initiator GNUNET_UNUSED,
-            const struct GNUNET_ATS_Information *ats GNUNET_UNUSED)
+            const struct GNUNET_ATS_Information *atsi GNUNET_UNUSED)
 {
   struct TunnelState *s = GNUNET_malloc (sizeof (struct TunnelState));
 

Modified: gnunet/src/fs/gnunet-helper-fs-publish.c
===================================================================
--- gnunet/src/fs/gnunet-helper-fs-publish.c    2012-02-09 15:05:01 UTC (rev 
19748)
+++ gnunet/src/fs/gnunet-helper-fs-publish.c    2012-02-11 15:56:33 UTC (rev 
19749)
@@ -326,7 +326,6 @@
 /**
  * Extract metadata from files.
  *
- * @param ds directory scanner context
  * @param item entry we are processing
  * @return GNUNET_OK on success, GNUNET_SYSERR on fatal errors
  */

Modified: gnunet/src/include/gnunet_disk_lib.h
===================================================================
--- gnunet/src/include/gnunet_disk_lib.h        2012-02-09 15:05:01 UTC (rev 
19748)
+++ gnunet/src/include/gnunet_disk_lib.h        2012-02-11 15:56:33 UTC (rev 
19749)
@@ -604,7 +604,7 @@
  * @param dirName the name of the directory
  * @param callback the method to call for each file
  * @param callback_cls closure for callback
- * @return GNUNET_YES if directory is not empty and @callback
+ * @return GNUNET_YES if directory is not empty and 'callback'
  *         will be called later, GNUNET_NO otherwise, GNUNET_SYSERR on error.
  */
 int

Modified: gnunet/src/include/gnunet_fs_service.h
===================================================================
--- gnunet/src/include/gnunet_fs_service.h      2012-02-09 15:05:01 UTC (rev 
19748)
+++ gnunet/src/include/gnunet_fs_service.h      2012-02-11 15:56:33 UTC (rev 
19749)
@@ -2710,7 +2710,7 @@
  * Start a directory scanner.
  *
  * @param filename name of the directory to scan
- * @param GNUNET_YES to not to run libextractor on files (only build a tree)
+ * @param disable_extractor GNUNET_YES to not to run libextractor on files 
(only build a tree)
  * @param ex if not NULL, must be a list of extra plugins for extractor
  * @param cb the callback to call when there are scanning progress messages
  * @param cb_cls closure for 'cb'

Modified: gnunet/src/vpn/gnunet-helper-vpn.c
===================================================================
--- gnunet/src/vpn/gnunet-helper-vpn.c  2012-02-09 15:05:01 UTC (rev 19748)
+++ gnunet/src/vpn/gnunet-helper-vpn.c  2012-02-11 15:56:33 UTC (rev 19749)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010 Christian Grothoff
+     (C) 2010, 2012 Christian Grothoff
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -19,11 +19,12 @@
 */
 
 /**
- * @file vpn/gnunet-daemon-vpn.c
- * @brief the helper for various vpn-daemons. Opens a virtual 
network-interface,
+ * @file vpn/gnunet-helper-vpn.c
+ * @brief the helper for the VPN service. Opens a virtual network-interface,
  * sends data received on the if to stdout, sends data received on stdin to the
  * interface
  * @author Philipp Tölke
+ * @author Christian Grothoff
  *
  * The following list of people have reviewed this code and considered
  * it safe since the last modification (if you reviewed it, please




reply via email to

[Prev in Thread] Current Thread [Next in Thread]