[PATCH] Enable output logging to file instead of stdout
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 671cb22f88609da3aed675be5c818b2de51ee101..f6c2ee3bd81cd149b7f8da4866e48c32750765b7 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -324,6 +324,8 @@ extern int exitall_on_terminate;
 extern int thread_number;
 extern int shm_id;
 extern int groupid;
+extern FILE *f_out;
+extern FILE *f_err;
 
 extern struct thread_data *threads;