document
authorNathan S. Evans <evans@in.tum.de>
Mon, 25 Jul 2011 12:37:06 +0000 (12:37 +0000)
committerNathan S. Evans <evans@in.tum.de>
Mon, 25 Jul 2011 12:37:06 +0000 (12:37 +0000)
src/include/gnunet_testing_lib.h

index 35a41b4906e37eb7335cbb240d58c71fb6908044..60b0256a0edead2f468d8854a988efded3d820e2 100644 (file)
@@ -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,