X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=a19500a363a1ecd4a78ee3b167eaa03ce043e7ac;hb=70f092a0587866662735e1a6eaf27701a576370d;hp=be2bec40f76ea8547146f1cbc69b86e6f0bfe85b;hpb=a046e879fcadd601c9a19fd906f82ecbd2d4efd5;p=fs%2Flustre-release.git diff --git a/lustre/include/obd.h b/lustre/include/obd.h index be2bec4..a19500a 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -246,6 +246,7 @@ struct client_obd { atomic_t cl_pending_r_pages; __u32 cl_max_pages_per_rpc; __u32 cl_max_rpcs_in_flight; + __u32 cl_short_io_bytes; struct obd_histogram cl_read_rpc_hist; struct obd_histogram cl_write_rpc_hist; struct obd_histogram cl_read_page_hist;