X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=log.h;h=71f89c1a04c0eeb7c0187ef59a8a6ce7cbce9db1;hp=5ca37b391a454cbc29a2992ab5bc9b382a328b99;hb=10accd7cf68af21ef4831528626a75ba7a06ce81;hpb=bf84eacbfc91a952eb5b781ad2955109c862d41e diff --git a/log.h b/log.h index 5ca37b39..71f89c1a 100644 --- a/log.h +++ b/log.h @@ -16,6 +16,7 @@ extern FILE *f_err; } while (0) #define log_info(args...) fprintf(f_out, ##args) +#define log_valist(str, args) vfprintf(f_out, (str), (args)) FILE *get_f_out(void); FILE *get_f_err(void);