X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=04963cd8b1680e6cb7062e8eb0696eba579310a9;hb=56f521340fd00eea217988fed8929b4327bce5ea;hp=ba6806757df21601a02eee747a506335e5bdb1f6;hpb=89cf1480594858ad4e02499834c04fe48ff0a89d;p=fio.git diff --git a/fio.h b/fio.h index ba680675..04963cd8 100644 --- a/fio.h +++ b/fio.h @@ -701,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