gfio: hold a reference to the fio_client structure
[fio.git] / client.h
index e280adbd54f4f5531a4232d8e83f1962a5c3b501..caeb432a1bc4fb9bf4f95311e1f505afdcea2921 100644 (file)
--- a/client.h
+++ b/client.h
@@ -115,6 +115,8 @@ extern struct fio_client *fio_client_add_explicit(struct client_ops *, const cha
 extern void fio_client_add_cmd_option(void *, const char *);
 extern void 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 *);
 
 #endif