Whamcloud - gitweb
b=24255 move seq_client_alloc_seq out of lcs_sem
[fs/lustre-release.git] / lustre / include / lustre_fid.h
index f8aba33..6894735 100644 (file)
@@ -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 */