X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=fio.h;h=04963cd8b1680e6cb7062e8eb0696eba579310a9;hb=6d2cf39497670a0246c9b7bb1cc6ef77629e08f7;hp=65f79e03ee2f0f88789bd1329e0c046650de9168;hpb=c8eeb9df1f52f28567a5937e141decc6a26ec30b;p=fio.git diff --git a/fio.h b/fio.h index 65f79e03..04963cd8 100644 --- a/fio.h +++ b/fio.h @@ -16,10 +16,6 @@ struct thread_data; -#define FIO_MAJOR 1 -#define FIO_MINOR 99 -#define FIO_PATCH 0 - #include "compiler/compiler.h" #include "flist.h" #include "fifo.h" @@ -705,4 +701,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