gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10440 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r10440 - gnunet/src/fs
Date: Wed, 24 Feb 2010 15:49:51 +0100

Author: grothoff
Date: 2010-02-24 15:49:51 +0100 (Wed, 24 Feb 2010)
New Revision: 10440

Modified:
   gnunet/src/fs/fs_test_lib.c
   gnunet/src/fs/fs_test_lib.h
Log:
doxygen

Modified: gnunet/src/fs/fs_test_lib.c
===================================================================
--- gnunet/src/fs/fs_test_lib.c 2010-02-24 13:23:46 UTC (rev 10439)
+++ gnunet/src/fs/fs_test_lib.c 2010-02-24 14:49:51 UTC (rev 10440)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file fs/test_fs_lib.c
+ * @file fs/fs_test_lib.c
  * @brief library routines for testing FS publishing and downloading
  *        with multiple peers; this code is limited to flat files
  *        and no keywords (those functions can be tested with
@@ -425,12 +425,8 @@
  * Stop daemons used for testing.
  *
  * @param sched scheduler to use
- * @param timeout if this operation cannot be completed within the
- *                given period, call the continuation with an error code
  * @param total number of daemons to stop
  * @param daemons array with the daemons (values will be clobbered)
- * @param cont function to call when done
- * @param cont_cls closure for cont
  */
 void
 GNUNET_FS_TEST_daemons_stop (struct GNUNET_SCHEDULER_Handle *sched,
@@ -568,6 +564,7 @@
  *                given period, call the continuation with an error code
  * @param anonymity option for download
  * @param seed used for file validation
+ * @param uri URI of file to download (CHK/LOC only)
  * @param verbose how verbose to be in reporting
  * @param cont function to call when done
  * @param cont_cls closure for cont

Modified: gnunet/src/fs/fs_test_lib.h
===================================================================
--- gnunet/src/fs/fs_test_lib.h 2010-02-24 13:23:46 UTC (rev 10439)
+++ gnunet/src/fs/fs_test_lib.h 2010-02-24 14:49:51 UTC (rev 10440)
@@ -19,15 +19,15 @@
 */
 
 /**
- * @file fs/test_fs_lib.h
+ * @file fs/fs_test_lib.h
  * @brief library routines for testing FS publishing and downloading
  *        with multiple peers; this code is limited to flat files
  *        and no keywords (those functions can be tested with
  *        single-peer setups; this is for testing routing).
  * @author Christian Grothoff
  */
-#ifndef TEST_FS_LIB_H
-#define TEST_FS_LIB_H
+#ifndef FS_TEST_LIB_H
+#define FS_TEST_LIB_H
 
 #include "gnunet_util_lib.h"
 #include "gnunet_fs_service.h"
@@ -141,6 +141,7 @@
  *                given period, call the continuation with an error code
  * @param anonymity option for download
  * @param seed used for file validation
+ * @param uri URI of file to download (CHK/LOC only)
  * @param verbose how verbose to be in reporting
  * @param cont function to call when done
  * @param cont_cls closure for cont





reply via email to

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