X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=client.h;h=fc9c19693a9ff0c60bfcee6429755344b72cdfdf;hb=a467027e1c8ae59053bf24eafdceb22f09391028;hp=c59b89b5730cf2c96a48bf2df56d543dca70bd9c;hpb=201ab6433e75875ec50c32d55b65ec503613e47f;p=fio.git diff --git a/client.h b/client.h index c59b89b5..fc9c1969 100644 --- a/client.h +++ b/client.h @@ -131,7 +131,6 @@ extern struct fio_client *fio_client_add_explicit(struct client_ops *, const cha extern void fio_client_add_cmd_option(void *, const char *); extern int fio_client_add_ini_file(void *, const char *, bool); extern int fio_client_terminate(struct fio_client *); -extern void fio_clients_terminate(void); 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 *);