X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=client.h;h=cfb0b4d4793bef27e5f2086f1b9c1219852aceee;hb=f02f7dace83f81427482fd906bef203b360d26f4;hp=d632f468f714114102e88657da73a1f45123a516;hpb=323255cc22693c927067a1bd5219c09b3ee4dd10;p=fio.git diff --git a/client.h b/client.h index d632f468..cfb0b4d4 100644 --- a/client.h +++ b/client.h @@ -111,7 +111,6 @@ struct client_eta { }; extern int fio_handle_client(struct fio_client *); -extern void fio_client_dec_jobs_eta(struct client_eta *eta, client_eta_op fn); extern void fio_client_sum_jobs_eta(struct jobs_eta *dst, struct jobs_eta *je); enum { @@ -137,6 +136,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