X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=log.h;h=2b2cae0c74ee1aa975d5d91cf966c657ce0cc2d7;hp=fdf3d7b19aed3d3981b166c32339fbd7bb596f79;hb=d3b70f32bd8aa8c1ed1fff25c9c08b20370e0847;hpb=fddc6604f91ebf76d9090741f9d4f5a4d33be0c6 diff --git a/log.h b/log.h index fdf3d7b1..2b2cae0c 100644 --- a/log.h +++ b/log.h @@ -13,4 +13,10 @@ extern int log_local(const char *format, ...); extern int log_valist(const char *str, va_list); extern int log_local_buf(const char *buf, size_t); +enum { + FIO_LOG_DEBUG = 1, + FIO_LOG_INFO = 2, + FIO_LOG_ERR = 3, +}; + #endif