summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-02-21 16:52:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-02-21 16:52:36 +0100
commitf9b6b94b802c653e6c588f42af0997682e75f267 (patch)
treec9232e9963b78ffa1021ffdf8ab5962e51df8ddb /runtime/queue.c
parent6cfa853457b190193ba68f77d27e000f2567481e (diff)
downloadrsyslog-f9b6b94b802c653e6c588f42af0997682e75f267.tar.gz
rsyslog-f9b6b94b802c653e6c588f42af0997682e75f267.tar.bz2
rsyslog-f9b6b94b802c653e6c588f42af0997682e75f267.zip
added configuration directives to customize queue light delay marks
$MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both specify number of messages starting at which a delay happens.
Diffstat (limited to 'runtime/queue.c')
-rw-r--r--runtime/queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queue.c b/runtime/queue.c
index e97d78e8..523ae0fc 100644
--- a/runtime/queue.c
+++ b/runtime/queue.c
@@ -2438,6 +2438,7 @@ DEFpropSetMeth(qqueue, iLowWtrMrk, int)
DEFpropSetMeth(qqueue, iDiscardMrk, int)
DEFpropSetMeth(qqueue, iFullDlyMrk, int)
DEFpropSetMeth(qqueue, iDiscardSeverity, int)
+DEFpropSetMeth(qqueue, iLightDlyMrk, int)
DEFpropSetMeth(qqueue, bIsDA, int)
DEFpropSetMeth(qqueue, iMinMsgsPerWrkr, int)
DEFpropSetMeth(qqueue, bSaveOnShutdown, int)