Whamcloud - gitweb
LU-13344 servers: change request timeouts to s32
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index 47f89bc..6e46e8f 100644 (file)
@@ -149,10 +149,10 @@ struct coordinator {
                                                       * list */
        struct mutex             cdt_restore_lock;    /**< protect restore
                                                       * list */
-       time_t                   cdt_loop_period;     /**< llog scan period */
-       time_t                   cdt_grace_delay;     /**< request grace
+       s32                      cdt_loop_period;     /**< llog scan period */
+       s32                      cdt_grace_delay;     /**< request grace
                                                       * delay */
-       time_t                   cdt_active_req_timeout; /**< request timeout */
+       s32                      cdt_active_req_timeout; /**< request timeout */
        __u32                    cdt_default_archive_id; /**< archive id used
                                                       * when none are
                                                       * specified */