From 419e0a655bd51e922e4b50d4c17af4f3c04704ec Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 10 May 2010 13:51:28 +0000 Subject: [PATCH] doxygen --- src/testing/testing_group.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index eb83c9b78..6f2a90a09 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -640,6 +640,7 @@ unblacklist_connections(struct GNUNET_TESTING_PeerGroup *pg, unsigned int first, * existing connections of the target peer. * * @param pg the peer group we are dealing with + * @param proc the connection processor to use * * @return the number of connections created */ @@ -2570,7 +2571,9 @@ GNUNET_TESTING_daemon_get (struct GNUNET_TESTING_PeerGroup *pg, unsigned int pos * Prototype of a function that will be called when a * particular operation was completed the testing library. * - * @param cls closure + * @param id id of the peer that was restarted + * @param cfg handle to the configuration of the peer + * @param d handle to the daemon that was restarted * @param emsg NULL on success */ void restart_callback (void *cls, -- 2.25.1