client: make SEND_ETA timeout non-fatal
[fio.git] / client.h
index cfb0b4d4793bef27e5f2086f1b9c1219852aceee..46e30edce3c5f23167dadf6b3e9be4827aba2984 100644 (file)
--- a/client.h
+++ b/client.h
@@ -60,6 +60,7 @@ struct fio_client {
 
        struct flist_head eta_list;
        struct client_eta *eta_in_flight;
+       unsigned int eta_timeouts;
 
        struct flist_head cmd_list;