X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.h;h=7fe09d157ab00857594268b61bbba05b12370ba6;hp=035e606f4fce70b0f2e5bbd794dda35230db72a0;hb=0cba0f919ee6af7dd65df436884336cff9c903f9;hpb=105157adcd10c6b1a2629b9712d00c061f027cae diff --git a/client.h b/client.h index 035e606f..7fe09d15 100644 --- a/client.h +++ b/client.h @@ -76,12 +76,10 @@ struct fio_client { unsigned int nr_files; }; -struct cmd_iolog_pdu; typedef void (client_cmd_op)(struct fio_client *, struct fio_net_cmd *); typedef void (client_eta_op)(struct jobs_eta *je); typedef void (client_timed_out_op)(struct fio_client *); typedef void (client_jobs_eta_op)(struct fio_client *client, struct jobs_eta *je); -typedef void (client_iolog_op)(struct fio_client *client, struct cmd_iolog_pdu *); struct client_ops { client_cmd_op *text; @@ -98,7 +96,6 @@ struct client_ops { client_cmd_op *stop; client_cmd_op *start; client_cmd_op *job_start; - client_iolog_op *iolog; client_timed_out_op *removed; unsigned int eta_msec;