gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14275 - in gnunet/src: chat fs transport util


From: gnunet
Subject: [GNUnet-SVN] r14275 - in gnunet/src: chat fs transport util
Date: Thu, 27 Jan 2011 10:07:42 +0100

Author: grothoff
Date: 2011-01-27 10:07:42 +0100 (Thu, 27 Jan 2011)
New Revision: 14275

Modified:
   gnunet/src/chat/chat.c
   gnunet/src/fs/fs_download.c
   gnunet/src/fs/gnunet-service-fs_lc.h
   gnunet/src/transport/plugin_transport_wlan.c
   gnunet/src/util/getopt_helpers.c
Log:
doxygen

Modified: gnunet/src/chat/chat.c
===================================================================
--- gnunet/src/chat/chat.c      2011-01-27 09:02:25 UTC (rev 14274)
+++ gnunet/src/chat/chat.c      2011-01-27 09:07:42 UTC (rev 14275)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file chat/chat_api.c
+ * @file chat/chat.c
  * @brief convenience API for sending and receiving chat messages
  * @author Christian Grothoff
  * @author Nathan Evans

Modified: gnunet/src/fs/fs_download.c
===================================================================
--- gnunet/src/fs/fs_download.c 2011-01-27 09:02:25 UTC (rev 14274)
+++ gnunet/src/fs/fs_download.c 2011-01-27 09:07:42 UTC (rev 14275)
@@ -463,7 +463,7 @@
  * Try it for upward reconstruction of the data.  On success,
  * the top-level block will move to state BRS_DOWNLOAD_UP.
  *
- * @param dr one of our request entries
+ * @param dc context for the download
  * @param dr download request to match against
  * @param data plaintext data, starting from the beginning of the file
  * @param data_len number of bytes in data

Modified: gnunet/src/fs/gnunet-service-fs_lc.h
===================================================================
--- gnunet/src/fs/gnunet-service-fs_lc.h        2011-01-27 09:02:25 UTC (rev 
14274)
+++ gnunet/src/fs/gnunet-service-fs_lc.h        2011-01-27 09:07:42 UTC (rev 
14275)
@@ -111,9 +111,9 @@
  * @param it_cls closure for it
  */
 void
-GSF_connected_peer_unregister_disconnect_callback_ (struct GSF_ConnectedPeer 
*cp,
-                                                   GSF_PendingRequestIterator 
it,
-                                                   void *it_cls);
+GSF_local_client_unregister_disconnect_callback_ (struct GSF_LocalClient *lc,
+                                                 GSF_PendingRequestIterator it,
+                                                 void *it_cls);
 
 #endif
 /* end of gnunet-service-fs_lc.h */

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2011-01-27 09:02:25 UTC 
(rev 14274)
+++ gnunet/src/transport/plugin_transport_wlan.c        2011-01-27 09:07:42 UTC 
(rev 14275)
@@ -894,7 +894,7 @@
 /**
  * Function to sort the message into the message fragment queue
  * @param plugin the plugin struct
- * @param message to sort into the queue
+ * @param fm message to sort into the queue
  */
 static void
 sort_fragment_into_queue (struct Plugin * plugin, struct FragmentMessage * fm){

Modified: gnunet/src/util/getopt_helpers.c
===================================================================
--- gnunet/src/util/getopt_helpers.c    2011-01-27 09:02:25 UTC (rev 14274)
+++ gnunet/src/util/getopt_helpers.c    2011-01-27 09:07:42 UTC (rev 14275)
@@ -168,7 +168,7 @@
 int
 GNUNET_GETOPT_increment_value (struct
                                GNUNET_GETOPT_CommandLineProcessorContext *ctx,
-                               void *scls, const char *cmdLineOption,
+                               void *scls, const char *option,
                                const char *value)
 {
   int *val = scls;




reply via email to

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