summaryrefslogtreecommitdiff
path: root/src/util/virrotatingfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/virrotatingfile.h')
-rw-r--r--src/util/virrotatingfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/virrotatingfile.h b/src/util/virrotatingfile.h
index 30cc8a5408..7848443101 100644
--- a/src/util/virrotatingfile.h
+++ b/src/util/virrotatingfile.h
@@ -33,7 +33,7 @@ typedef virRotatingFileReader *virRotatingFileReaderPtr;
virRotatingFileWriterPtr virRotatingFileWriterNew(const char *path,
off_t maxlen,
size_t maxbackup,
- bool truncate,
+ bool trunc,
mode_t mode);
virRotatingFileReaderPtr virRotatingFileReaderNew(const char *path,