summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-07-19 14:59:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-07-19 14:59:09 +0200
commitea4625e8a43c7952af2bf936e5dd18db5e8ab9a2 (patch)
tree217aacd5cdb5761c627b6bf2909dca82200a64fd /runtime/stream.c
parent908586ce956e6ccb576f48cd1c46ff5655e92479 (diff)
parent5a25a441b44f2125ed709ed95e07dab9b56327d0 (diff)
downloadrsyslog-ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2.tar.gz
rsyslog-ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2.tar.bz2
rsyslog-ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2.zip
Merge branch 'v5-stable' into tmp
Diffstat (limited to 'runtime/stream.c')
-rw-r--r--runtime/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stream.c b/runtime/stream.c
index 742799d2..3eb7708d 100644
--- a/runtime/stream.c
+++ b/runtime/stream.c
@@ -1427,7 +1427,7 @@ finalize_it:
/* property set methods */
/* simple ones first */
DEFpropSetMeth(strm, bDeleteOnClose, int)
-DEFpropSetMeth(strm, iMaxFileSize, int)
+DEFpropSetMeth(strm, iMaxFileSize, int64)
DEFpropSetMeth(strm, iFileNumDigits, int)
DEFpropSetMeth(strm, tOperationsMode, int)
DEFpropSetMeth(strm, tOpenMode, mode_t)