X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.h;h=7ab4c83a3c814a78cdd118e5d9d915b85c8510f5;hp=de6c19711d9516b60d948c0d371d24be7d4ff2b1;hb=084d1c6f817eacaaefa1de4f0637ef6c1405d74b;hpb=0b8d11ed135ac467c071c2ae0fe4f3a69a3b8feb diff --git a/client.h b/client.h index de6c1971..7ab4c83a 100644 --- a/client.h +++ b/client.h @@ -46,8 +46,7 @@ struct fio_client { void *client_data; }; -typedef void (*client_text_op_func)(struct fio_client *client, - FILE *f, __u16 pdu_len, const char *buf); +typedef void (*client_text_op_func)(struct fio_client *client, struct fio_net_cmd *cmd); typedef void (*client_disk_util_op_func)(struct fio_client *client, struct fio_net_cmd *cmd); typedef void (*client_thread_status_op)(struct fio_net_cmd *cmd); typedef void (*client_group_stats_op)(struct fio_net_cmd *cmd);