Whamcloud - gitweb
LU-9019 ptlrpc: migrate pinger to 64 bit time
[fs/lustre-release.git] / lustre / include / lustre_import.h
index 108cec3..3c605b0 100644 (file)
@@ -255,7 +255,7 @@ struct obd_import {
          */
         struct lustre_handle      imp_remote_handle;
         /** When to perform next ping. time in jiffies. */
-        cfs_time_t                imp_next_ping;
+       time64_t                imp_next_ping;
        /** When we last successfully connected. time in 64bit jiffies */
         __u64                     imp_last_success_conn;