X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_fid.h;h=68947353acda24865b61a7be83ec2df48810527e;hp=f8aba33862491d2943504d1bff061735b4b0318b;hb=23e2a370c8a36826fab1ddece1292733eb06db9c;hpb=d375299cacf275047936cdb67be78370751111a1 diff --git a/lustre/include/lustre_fid.h b/lustre/include/lustre_fid.h index f8aba33..6894735 100644 --- a/lustre/include/lustre_fid.h +++ b/lustre/include/lustre_fid.h @@ -164,6 +164,10 @@ struct lu_client_seq { /* Seq-server for direct talking */ struct lu_server_seq *lcs_srv; + + /* wait queue for fid allocation and update indicator */ + cfs_waitq_t lcs_waitq; + int lcs_update; }; /* server sequence manager interface */