summaryrefslogtreecommitdiffstats
path: root/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-31 14:24:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-31 14:24:06 +0000
commitfd217069054ba7bfaf1918c8865f4068319c7894 (patch)
treef7b509a8977996b7b18907ad67736bf681f133f9 /queue.c
parent18fbfd7e9bfdceb35095df53fdebee767563e064 (diff)
downloadrsyslog-fd217069054ba7bfaf1918c8865f4068319c7894.tar.gz
rsyslog-fd217069054ba7bfaf1918c8865f4068319c7894.tar.xz
rsyslog-fd217069054ba7bfaf1918c8865f4068319c7894.zip
some more 32 bit fun ;)
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.c b/queue.c
index e6665d4f..60c41c19 100644
--- a/queue.c
+++ b/queue.c
@@ -2056,7 +2056,7 @@ DEFpropSetMeth(queue, iMinMsgsPerWrkr, int);
DEFpropSetMeth(queue, bSaveOnShutdown, int);
DEFpropSetMeth(queue, pUsr, void*);
DEFpropSetMeth(queue, iDeqSlowdown, int);
-DEFpropSetMeth(queue, sizeOnDiskMax, long);
+DEFpropSetMeth(queue, sizeOnDiskMax, int64);
/* This function can be used as a generic way to set properties. Only the subset