aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-25 12:37:06 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-25 12:37:06 +0000
commit582ca6e2d4d2cfd56a8a64fcb45ecd2686619ac4 (patch)
treec13610f081396dcfa231bae4a4f5521c32649f85 /src
parentaa1434601182adc06de339b285f59bfa3505dcd6 (diff)
downloadgnunet-582ca6e2d4d2cfd56a8a64fcb45ecd2686619ac4.tar.gz
gnunet-582ca6e2d4d2cfd56a8a64fcb45ecd2686619ac4.zip
document
Diffstat (limited to 'src')
-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,