aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h5
1 files changed, 5 insertions, 0 deletions
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,
715/** 715/**
716 * Iterate over all (running) peers in the peer group, retrieve 716 * Iterate over all (running) peers in the peer group, retrieve
717 * all statistics from each. 717 * all statistics from each.
718 *
719 * @param pg the peergroup to iterate statistics of
720 * @param cont continuation to call once call is completed(?)
721 * @param proc processing function for each statistic retrieved
722 * @param cls closure to pass to proc
718 */ 723 */
719void 724void
720GNUNET_TESTING_get_statistics (struct GNUNET_TESTING_PeerGroup *pg, 725GNUNET_TESTING_get_statistics (struct GNUNET_TESTING_PeerGroup *pg,