fio: make client operations pluggable
[fio.git] / server.h
index 27da94f23c69e00ed089af87de833b84a612f9f2..f85077312552e32364d6a4b37694c5095586efcc 100644 (file)
--- a/server.h
+++ b/server.h
@@ -123,7 +123,7 @@ extern void fio_server_idle_loop(void);
 
 extern int fio_clients_connect(void);
 extern int fio_clients_send_ini(const char *);
-extern int fio_handle_clients(void);
+extern int fio_handle_clients(struct client_ops *ops);
 extern int fio_client_add(const char *, void **);
 extern void fio_client_add_cmd_option(void *, const char *);