summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-01-26 15:23:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-01-26 15:23:57 +0100
commiteac8ef081b6058e6d21943683d19519709fab55c (patch)
tree85061fc44abb2ae1c09c90a6b438f6418aa41f9c /tools
parent855f3492382cf59722b96813b25f68b034802157 (diff)
downloadrsyslog-eac8ef081b6058e6d21943683d19519709fab55c.tar.gz
rsyslog-eac8ef081b6058e6d21943683d19519709fab55c.tar.xz
rsyslog-eac8ef081b6058e6d21943683d19519709fab55c.zip
fixed small misalignment
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 967401d2..e9e7f08c 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -280,7 +280,7 @@ static int iMainMsgQtoWrkShutdown = 60000; /* timeout for worker thread shutdo
static int iMainMsgQWrkMinMsgs = 100; /* minimum messages per worker needed to start a new one */
static int iMainMsgQDeqSlowdown = 0; /* dequeue slowdown (simple rate limiting) */
static int64 iMainMsgQueMaxDiskSpace = 0; /* max disk space allocated 0 ==> unlimited */
-static int iMainMsgQueDeqBatchSize = 32; /* dequeue batch size */
+static int64 iMainMsgQueDeqBatchSize = 32; /* dequeue batch size */
static int bMainMsgQSaveOnShutdown = 1; /* save queue on shutdown (when DA enabled)? */
static int iMainMsgQueueDeqtWinFromHr = 0; /* hour begin of time frame when queue is to be dequeued */
static int iMainMsgQueueDeqtWinToHr = 25; /* hour begin of time frame when queue is to be dequeued */