From 75bb2cabda18a4105f518fcebf7fe95dde3132d6 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 30 Aug 2013 09:19:14 +0000 Subject: - doxygen --- src/testbed/testbed_api_operations.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/testbed/testbed_api_operations.c') 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) /** - * Initializes the operation queue for parallel overlay connects + * Cleansup the existing timing slots and sets new timing slots in the given + * queue to accommodate given number of max active operations. * - * @param h the host handle - * @param npoc the number of parallel overlay connects - the queue size + * @param queue the queue + * @param n the number of maximum active operations. If n is greater than the + * maximum limit set while creating the queue, then the minimum of these two + * will be selected as n */ static void adaptive_queue_set_max_active (struct OperationQueue *queue, unsigned int n) -- cgit v1.2.3