gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28913 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r28913 - gnunet/src/testbed
Date: Fri, 30 Aug 2013 11:19:14 +0200

Author: harsha
Date: 2013-08-30 11:19:14 +0200 (Fri, 30 Aug 2013)
New Revision: 28913

Modified:
   gnunet/src/testbed/testbed_api_operations.c
Log:
- doxygen


Modified: gnunet/src/testbed/testbed_api_operations.c
===================================================================
--- gnunet/src/testbed/testbed_api_operations.c 2013-08-30 08:50:54 UTC (rev 
28912)
+++ gnunet/src/testbed/testbed_api_operations.c 2013-08-30 09:19:14 UTC (rev 
28913)
@@ -806,10 +806,13 @@
 
 
 /**
- * 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]