aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
commite1fda8a5d8674328afa61cc50842fdbd2a7044ba (patch)
treeb36e7c638c5b0cb94a693376419959f12d84b84c /src/testing/testing.c
parent012cb16a93acbfca1119966d5b4679b99e5c9125 (diff)
downloadgnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.tar.gz
gnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.zip
doxygen
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 5eaa0a12b..ecd6140a6 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1546,8 +1546,6 @@ GNUNET_TESTING_daemon_restart (struct GNUNET_TESTING_Daemon *d,
1546 * @param timeout how long to wait for process for shutdown to complete 1546 * @param timeout how long to wait for process for shutdown to complete
1547 * @param cb function called once the daemon was stopped 1547 * @param cb function called once the daemon was stopped
1548 * @param cb_cls closure for cb 1548 * @param cb_cls closure for cb
1549 * @param delete_files GNUNET_YES to remove files, GNUNET_NO
1550 * to leave them
1551 * @param allow_restart GNUNET_YES to restart peer later (using this API) 1549 * @param allow_restart GNUNET_YES to restart peer later (using this API)
1552 * GNUNET_NO to kill off and clean up for good 1550 * GNUNET_NO to kill off and clean up for good
1553 */ 1551 */