options: add support for checking if an option has been set
[fio.git] / client.h
index 5be84b60f638bb7f30a843c1b960b20a947a4ab9..8818de2b82119e4787cbb6fd6d63b4941fb5afd9 100644 (file)
--- a/client.h
+++ b/client.h
@@ -47,6 +47,7 @@ struct fio_client {
        int is_sock;
        int disk_stats_shown;
        unsigned int jobs;
+       unsigned int nr_stat;
        int error;
        int signal;
        int ipv6;
@@ -136,6 +137,7 @@ extern struct fio_client *fio_get_client(struct fio_client *);
 extern void fio_put_client(struct fio_client *);
 extern int fio_client_update_options(struct fio_client *, struct thread_options *, uint64_t *);
 extern int fio_client_wait_for_reply(struct fio_client *, uint64_t);
+extern int fio_clients_send_trigger(const char *);
 
 #define FIO_CLIENT_DEF_ETA_MSEC                900