Start of functional client
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 49ddd92c92330f4a6d7adb5b708d5d422a552427..e46a1a353507f057a7fbf7cf80d4e77129c0dcb6 100644 (file)
--- 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 <guasi.h>
@@ -650,6 +651,8 @@ extern int fio_gtod_cpu;
 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;