X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_import.h;h=f3fd4667e767ccfff110d357fbc978cdc1ae10e6;hb=05e00a80f9aea1a1be7ed4ed4a3dc7d4ced3b2c8;hp=4f6e83f88f862211c0a6912f7d1203aa43e9870b;hpb=d91107736397524de53d513c215a95e673f1d10f;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_import.h b/lustre/include/lustre_import.h index 4f6e83f..f3fd466 100644 --- a/lustre/include/lustre_import.h +++ b/lustre/include/lustre_import.h @@ -69,6 +69,14 @@ enum lustre_imp_state { LUSTRE_IMP_EVICTED = 10, }; +struct ptlrpc_at_array { + struct list_head *paa_reqs_array; /* array to hold requests */ + __u32 paa_size; /* the size of array */ + __u32 paa_count; /* the total count of reqs */ + time_t paa_deadline; /* the earliest deadline of reqs */ + __u32 *paa_reqs_count; /* the count of reqs in each entry */ +}; + static inline char * ptlrpc_import_state_name(enum lustre_imp_state state) { static char* import_state_names[] = {