X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.h;h=341d26069449a94f4b95ecaa69b0cb16e472ebed;hp=acb5a88f59b415920a44200a740af2bc720065ca;hb=bc3f552ffff4d41ff8420b711775f4a8b7a1e87b;hpb=b0df7176176935b4d39fd196ad35f046bbe10333 diff --git a/client.h b/client.h index acb5a88f..341d2606 100644 --- a/client.h +++ b/client.h @@ -61,6 +61,9 @@ struct fio_client { struct client_ops *ops; void *client_data; + + char **ini_file; + unsigned int nr_ini_file; }; struct cmd_iolog_pdu; @@ -120,6 +123,7 @@ extern int fio_handle_clients(struct client_ops *); extern int fio_client_add(struct client_ops *, const char *, void **); extern struct fio_client *fio_client_add_explicit(struct client_ops *, const char *, int, int); extern void fio_client_add_cmd_option(void *, const char *); +extern void fio_client_add_ini_file(void *, const char *); extern int fio_client_terminate(struct fio_client *); extern void fio_clients_terminate(void); extern struct fio_client *fio_get_client(struct fio_client *);