Move init code info libfio.c
[fio.git] / client.h
index dea35bb71f34f98b611a81a52edfe1a61caed76d..150d1334539b77d65b305f75663caa53ccb557e8 100644 (file)
--- a/client.h
+++ b/client.h
@@ -17,7 +17,7 @@ typedef void (*client_eta_op)(struct fio_client *client, struct fio_net_cmd *cmd
 
 typedef void (*client_probe_op)(struct fio_client *client, struct fio_net_cmd *cmd);
 
-typedef void (*client_thread_status_display_op)(char *status_message);
+typedef void (*client_thread_status_display_op)(char *status_message, double perc);
 
 struct client_ops {
        client_text_op_func text_op;