aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-07 08:58:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-07 08:58:33 +0000
commit9d8fd65fa5a25ac4bd5d65d1be8b07427069ca65 (patch)
tree24e4180edf72b7938ea9714d5886654266bb2e0a /src/fs/fs_test_lib.h
parent78424fb78bf9f9ca4838d8c021adb17da9028ee6 (diff)
downloadgnunet-9d8fd65fa5a25ac4bd5d65d1be8b07427069ca65.tar.gz
gnunet-9d8fd65fa5a25ac4bd5d65d1be8b07427069ca65.zip
fix
Diffstat (limited to 'src/fs/fs_test_lib.h')
-rw-r--r--src/fs/fs_test_lib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/fs_test_lib.h b/src/fs/fs_test_lib.h
index d25f594e3..2d8645cf9 100644
--- a/src/fs/fs_test_lib.h
+++ b/src/fs/fs_test_lib.h
@@ -48,7 +48,10 @@ struct GNUNET_FS_TestDaemon;
48 * @param total number of daemons to start 48 * @param total number of daemons to start
49 * @param daemons array of 'total' entries to be initialized 49 * @param daemons array of 'total' entries to be initialized
50 * (array must already be allocated, will be filled) 50 * (array must already be allocated, will be filled)
51 * @param cont function to call when done 51 * @param cont function to call when done; note that if 'cont'
52 * is called with reason "TIMEOUT", then starting the
53 * daemons has failed and the client MUST NOT call
54 * 'GNUNET_FS_TEST_daemons_stop'!
52 * @param cont_cls closure for cont 55 * @param cont_cls closure for cont
53 */ 56 */
54void 57void