Add terse version output format command line parameter
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6eb270d2a8e802b6607b43c0e992454ac8e68d56..e93e8f3d31edcaf53feed39d1b74701fe11a59f8 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -648,6 +648,7 @@ extern int fio_gtod_offload;
 extern int fio_gtod_cpu;
 extern enum fio_cs fio_clock_source;
 extern int warnings_fatal;
+extern int terse_version;
 
 extern struct thread_data *threads;