summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-19 18:18:10 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-19 18:30:13 +0100
commit3ed275481f3fa3da7d9d6e1c113a696ab9280b74 (patch)
tree73e59068252ffd895c42590a497bf24962fba0d1 /runtime/queue.h
parent21ceba3b96c9550428102453130589ee29db495d (diff)
downloadrsyslog-3ed275481f3fa3da7d9d6e1c113a696ab9280b74.tar.gz
rsyslog-3ed275481f3fa3da7d9d6e1c113a696ab9280b74.tar.bz2
rsyslog-3ed275481f3fa3da7d9d6e1c113a696ab9280b74.zip
bugfix: legacy directive $ActionQueueWorkerThreads was not honored
Conflicts: ChangeLog runtime/queue.c
Diffstat (limited to 'runtime/queue.h')
-rw-r--r--runtime/queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queue.h b/runtime/queue.h
index 886fac8d..79771081 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -219,6 +219,7 @@ PROTOTYPEpropSetMeth(qqueue, iLowWtrMrk, int);
PROTOTYPEpropSetMeth(qqueue, iDiscardMrk, int);
PROTOTYPEpropSetMeth(qqueue, iDiscardSeverity, int);
PROTOTYPEpropSetMeth(qqueue, iMinMsgsPerWrkr, int);
+PROTOTYPEpropSetMeth(qqueue, iNumWorkerThreads, int);
PROTOTYPEpropSetMeth(qqueue, bSaveOnShutdown, int);
PROTOTYPEpropSetMeth(qqueue, pAction, action_t*);
PROTOTYPEpropSetMeth(qqueue, iDeqSlowdown, int);