client/server: pass type of client to the backend
[fio.git] / gfio.c
diff --git a/gfio.c b/gfio.c
index 1a96a1ae2dbcc8ac1ec15386975e9c442f11c1c9..73aeb2760156f235acf1d7e421ba4dd1b8d9803a 100644 (file)
--- a/gfio.c
+++ b/gfio.c
@@ -1652,6 +1652,7 @@ struct client_ops gfio_client_ops = {
        .job_start              = gfio_client_job_start,
        .eta_msec               = FIO_CLIENT_DEF_ETA_MSEC,
        .stay_connected         = 1,
+       .client_type            = FIO_CLIENT_TYPE_GUI,
 };
 
 /*