aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-30 09:19:14 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-30 09:19:14 +0000
commit75bb2cabda18a4105f518fcebf7fe95dde3132d6 (patch)
tree99549315dd3a4e697eb2b2619aed1c574df7f87e /src/testbed/testbed_api_operations.c
parent77701c15c369d5812b21c21b976db47985232776 (diff)
downloadgnunet-75bb2cabda18a4105f518fcebf7fe95dde3132d6.tar.gz
gnunet-75bb2cabda18a4105f518fcebf7fe95dde3132d6.zip
- doxygen
Diffstat (limited to 'src/testbed/testbed_api_operations.c')
-rw-r--r--src/testbed/testbed_api_operations.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_operations.c b/src/testbed/testbed_api_operations.c
index 2ca5a4cf2..f20d79699 100644
--- a/src/testbed/testbed_api_operations.c
+++ b/src/testbed/testbed_api_operations.c
@@ -806,10 +806,13 @@ cleanup_tslots (struct OperationQueue *queue)
806 806
807 807
808/** 808/**
809 * Initializes the operation queue for parallel overlay connects 809 * Cleansup the existing timing slots and sets new timing slots in the given
810 * queue to accommodate given number of max active operations.
810 * 811 *
811 * @param h the host handle 812 * @param queue the queue
812 * @param npoc the number of parallel overlay connects - the queue size 813 * @param n the number of maximum active operations. If n is greater than the
814 * maximum limit set while creating the queue, then the minimum of these two
815 * will be selected as n
813 */ 816 */
814static void 817static void
815adaptive_queue_set_max_active (struct OperationQueue *queue, unsigned int n) 818adaptive_queue_set_max_active (struct OperationQueue *queue, unsigned int n)