iolog: flush_log() can be bool
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index ff521df4719818e2ecf368ef021e1763be5a1f3b..4c87f1cb88d723f90712da14474ce2d1fe71deba 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -965,7 +965,7 @@ int iolog_file_inflate(const char *file)
 
 #endif
 
-void flush_log(struct io_log *log, int do_append)
+void flush_log(struct io_log *log, bool do_append)
 {
        void *buf;
        FILE *f;