From 582ca6e2d4d2cfd56a8a64fcb45ecd2686619ac4 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 25 Jul 2011 12:37:06 +0000 Subject: document --- src/include/gnunet_testing_lib.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 35a41b490..60b0256a0 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -715,6 +715,11 @@ typedef int (*GNUNET_TESTING_STATISTICS_Iterator) (void *cls, /** * Iterate over all (running) peers in the peer group, retrieve * all statistics from each. + * + * @param pg the peergroup to iterate statistics of + * @param cont continuation to call once call is completed(?) + * @param proc processing function for each statistic retrieved + * @param cls closure to pass to proc */ void GNUNET_TESTING_get_statistics (struct GNUNET_TESTING_PeerGroup *pg, -- cgit v1.2.3