aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
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 */