aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-13 10:51:45 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-13 10:51:45 +0000
commit0043aada3f5172d461f89eecc9138b6a1754ca14 (patch)
tree6970bdc8d0acf430db3b6dee674149a2aeb9273a /src/include/gnunet_testbed_service.h
parente27e2a35da519f85d7597890557f83a4d432e414 (diff)
downloadgnunet-0043aada3f5172d461f89eecc9138b6a1754ca14.tar.gz
gnunet-0043aada3f5172d461f89eecc9138b6a1754ca14.zip
Implement GNUNET_TESTBED_get_statistics() - resolves #2662
Test case for testing GNUNET_TESTBED_get_statistics() Fix waiting for SHUTDOWN_PEERS reply when controller crashes
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 1dbba8fa2..8ede5ee44 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2008, 2009, 2012 Christian Grothoff (and other contributing authors) 3 (C) 2008--2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -1370,7 +1370,9 @@ typedef int (*GNUNET_TESTBED_StatisticsIterator) (void *cls,
1370 * @param num_peers number of peers to iterate over 1370 * @param num_peers number of peers to iterate over
1371 * @param peers array of peers to iterate over 1371 * @param peers array of peers to iterate over
1372 * @param proc processing function for each statistic retrieved 1372 * @param proc processing function for each statistic retrieved
1373 * @param cont continuation to call once call is completed(?) 1373 * @param cont continuation to call once call is completed. The completion of this
1374 * operation is *ONLY* signalled through this callback -- no
1375 * GNUNET_TESTBED_ET_OPERATION_FINISHED is generated
1374 * @param cls closure to pass to proc and cont 1376 * @param cls closure to pass to proc and cont
1375 * @return operation handle to cancel the operation 1377 * @return operation handle to cancel the operation
1376 */ 1378 */