X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.h;h=8818de2b82119e4787cbb6fd6d63b4941fb5afd9;hp=d632f468f714114102e88657da73a1f45123a516;hb=ca09be4b1a8e97f0bca5cfbddb399899cf561eaa;hpb=b37d19b50ceab74c3947dd1685616e21b8638c95 diff --git a/client.h b/client.h index d632f468..8818de2b 100644 --- a/client.h +++ b/client.h @@ -137,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