Start of functional client
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index d36ee165fef022ac15834d9969b95698e4b690b3..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>
@@ -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;