Don't request ETA until server has started jobs
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index cfd928cebed4265e2a5bfd0fa684e3afe9b5b704..df0daf64e605734584b7f65cda0512c1531cbcf4 100644 (file)
--- a/fio.h
+++ b/fio.h
 
 struct thread_data;
 
-#define FIO_MAJOR      1
-#define FIO_MINOR      99
-#define FIO_PATCH      1
-
 #include "compiler/compiler.h"
 #include "flist.h"
 #include "fifo.h"
@@ -506,6 +502,7 @@ extern int terse_version;
 extern int is_backend;
 extern int nr_clients;
 extern int log_syslog;
+extern const char fio_version_string[];
 extern const fio_fp64_t def_percentile_list[FIO_IO_U_LIST_MAX_LEN];
 
 extern struct thread_data *threads;
@@ -705,4 +702,7 @@ static inline void td_io_u_free_notify(struct thread_data *td)
                pthread_cond_signal(&td->free_cond);
 }
 
+extern const char *fio_get_arch_string(int);
+extern const char *fio_get_os_string(int);
+
 #endif