X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=log.h;h=a885be7253628e28950115944cca2d937be653c7;hp=25f92f9e2841abbd2dfd201e7e6c18b4f5218fad;hb=fdd5f15f8231e8c91c4deff22e630a34addd0fef;hpb=5971116e9e3714d830dcb4bebf7b10e3803cbefd diff --git a/log.h b/log.h index 25f92f9e..a885be72 100644 --- a/log.h +++ b/log.h @@ -12,6 +12,7 @@ extern int log_info(const char *format, ...) __attribute__ ((__format__ (__print extern int log_local(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2))); extern int log_valist(const char *str, va_list); extern int log_local_buf(const char *buf, size_t); +extern int log_info_flush(void); enum { FIO_LOG_DEBUG = 1,