debug: ensure that __dprint() is also logged over the network
[fio.git] / log.h
diff --git a/log.h b/log.h
index 25f92f9e2841abbd2dfd201e7e6c18b4f5218fad..e5093139f0c24e1e061fb638d898aa8d79869e60 100644 (file)
--- a/log.h
+++ b/log.h
@@ -9,9 +9,9 @@ extern FILE *f_err;
 
 extern int log_err(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
 extern int log_info(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
-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,