summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-19 18:30:51 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-19 18:30:51 +0100
commit1a16c3eb737e5a3fc07ba9f9e3ec5e670f30b842 (patch)
tree091b84f05c30e478d15188f1c1bd041987a6feec /runtime/queue.h
parent1152e2a0ff2347766db6c4176d774cb268f5c4b9 (diff)
parent115610df12fba6e3372e539656e4394e800936ea (diff)
downloadrsyslog-1a16c3eb737e5a3fc07ba9f9e3ec5e670f30b842.tar.gz
rsyslog-1a16c3eb737e5a3fc07ba9f9e3ec5e670f30b842.tar.bz2
rsyslog-1a16c3eb737e5a3fc07ba9f9e3ec5e670f30b842.zip
Merge branch 'v7-devel'
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 86107d24..468e19bc 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -221,6 +221,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);