diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-31 14:24:06 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-31 14:24:06 +0000 |
commit | fd217069054ba7bfaf1918c8865f4068319c7894 (patch) | |
tree | f7b509a8977996b7b18907ad67736bf681f133f9 /queue.h | |
parent | 18fbfd7e9bfdceb35095df53fdebee767563e064 (diff) | |
download | rsyslog-fd217069054ba7bfaf1918c8865f4068319c7894.tar.gz rsyslog-fd217069054ba7bfaf1918c8865f4068319c7894.tar.bz2 rsyslog-fd217069054ba7bfaf1918c8865f4068319c7894.zip |
some more 32 bit fun ;)
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ PROTOTYPEpropSetMeth(queue, iMinMsgsPerWrkr, int); PROTOTYPEpropSetMeth(queue, bSaveOnShutdown, int); PROTOTYPEpropSetMeth(queue, pUsr, void*); PROTOTYPEpropSetMeth(queue, iDeqSlowdown, int); -PROTOTYPEpropSetMeth(queue, sizeOnDiskMax, long); +PROTOTYPEpropSetMeth(queue, sizeOnDiskMax, int64); #define queueGetID(pThis) ((unsigned long) pThis) #endif /* #ifndef QUEUE_H_INCLUDED */ |