X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=e46a1a353507f057a7fbf7cf80d4e77129c0dcb6;hp=d36ee165fef022ac15834d9969b95698e4b690b3;hb=37db14feece08eb6e43de87c404180650ed5aa6f;hpb=132159a5a062cabfe963b3d57e82a80741bf5506 diff --git a/fio.h b/fio.h index d36ee165..e46a1a35 100644 --- a/fio.h +++ b/fio.h @@ -35,6 +35,7 @@ struct thread_data; #include "time.h" #include "lib/getopt.h" #include "lib/rand.h" +#include "server.h" #ifdef FIO_HAVE_GUASI #include @@ -651,6 +652,7 @@ extern enum fio_cs fio_clock_source; extern int warnings_fatal; extern int terse_version; extern int is_backend; +extern int is_client; extern struct thread_data *threads;