X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosc%2Fosc_cl_internal.h;h=47d97ca9d080e414fa814460afca102e2cd0815d;hp=b8cdd3ed22250fb2e7a9981d3339b04f5e123af9;hb=490fd542a9bc8e8dafd22a8f4ca7b186f87ab21c;hpb=32becabb43b6e8f21c030c23c01c3f02e351eaea diff --git a/lustre/osc/osc_cl_internal.h b/lustre/osc/osc_cl_internal.h index b8cdd3e..47d97ca 100644 --- a/lustre/osc/osc_cl_internal.h +++ b/lustre/osc/osc_cl_internal.h @@ -290,6 +290,10 @@ struct osc_page { * Thread that submitted this page for transfer. For debugging. */ cfs_task_t *ops_submitter; + /** + * Submit time - the time when the page is starting RPC. For debugging. + */ + cfs_time_t ops_submit_time; }; extern cfs_mem_cache_t *osc_page_kmem;