summaryrefslogtreecommitdiffstats
path: root/server/parser
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-11-10 13:37:27 +0100
committerDavid Sommerseth <davids@redhat.com>2009-11-10 13:37:27 +0100
commit191f5304fb0378ab20110eefbf8d9c1c81831709 (patch)
treee03dce7b563a142f69bc152430575347f064bee9 /server/parser
parent4914537dfa19ef8e9da0535938ec5825f1641270 (diff)
Corrected comments
Diffstat (limited to 'server/parser')
-rw-r--r--server/parser/rteval_parserd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/parser/rteval_parserd.c b/server/parser/rteval_parserd.c
index f8b0b21..2339a0f 100644
--- a/server/parser/rteval_parserd.c
+++ b/server/parser/rteval_parserd.c
@@ -126,8 +126,10 @@ unsigned int get_mqueue_msg_max(LogContext *log) {
* Main loop, which polls the submissionqueue table and puts jobs found here into a POSIX MQ queue
* which the worker threads will pick up.
*
- * @param dbc Database connection, where to query the submission queue
- * @param msgq file descriptor for the message queue
+ * @param dbc Database connection, where to query the submission queue
+ * @param msgq file descriptor for the message queue
+ * @param activethreads Pointer to an int value containing active worker threads. Each thread updates
+ * this value directly, and this function should only read it.
*
* @return Returns 0 on successful run, otherwise > 0 on errors.
*/