diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-19 18:18:10 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-19 18:30:13 +0100 |
commit | 3ed275481f3fa3da7d9d6e1c113a696ab9280b74 (patch) | |
tree | 73e59068252ffd895c42590a497bf24962fba0d1 /runtime/queue.h | |
parent | 21ceba3b96c9550428102453130589ee29db495d (diff) | |
download | rsyslog-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.h | 1 |
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); |