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:18:10 +0100
commit020fe0dcc4ae9eae05e36dcf54ac043c5ae856ae (patch)
tree46db18e05a61ec9b933bccaa12d7bcf0341e831c /runtime/queue.h
parentcdce0bde4b3b2f77ecdf8a9ba2e4772fb92ff20d (diff)
downloadrsyslog-020fe0dcc4ae9eae05e36dcf54ac043c5ae856ae.tar.gz
rsyslog-020fe0dcc4ae9eae05e36dcf54ac043c5ae856ae.tar.bz2
rsyslog-020fe0dcc4ae9eae05e36dcf54ac043c5ae856ae.zip
bugfix: legacy directive $ActionQueueWorkerThreads was not honored
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 1918e502..19ea735a 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -224,6 +224,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);