Terminate clients when 'Disconnect' is clicked
[fio.git] / client.h
index a68507f982916f44878f42ac185e7b8528bb38cd..de6c19711d9516b60d948c0d371d24be7d4ff2b1 100644 (file)
--- a/client.h
+++ b/client.h
@@ -95,5 +95,7 @@ extern int fio_handle_clients(struct client_ops *ops);
 extern int fio_client_add(const char *, void **);
 extern struct fio_client *fio_client_add_explicit(const char *, int, int);
 extern void fio_client_add_cmd_option(void *, const char *);
+extern void fio_clients_terminate(void);
+
 #endif