Whamcloud - gitweb
LU-9019 libcfs: remove cfs_time_XXX_64 wrappers
[fs/lustre-release.git] / lustre / include / lustre_import.h
index ef677d1..d48dee1 100644 (file)
@@ -139,9 +139,9 @@ struct obd_import_conn {
         /** uuid of remote side */
         struct obd_uuid           oic_uuid;
         /**
-         * Time (64 bit jiffies) of last connection attempt on this connection
+        * Time (64 bit seconds) of last connection attempt on this connection
          */
-        __u64                     oic_last_attempt;
+       time64_t                  oic_last_attempt;
 };
 
 /* state history */
@@ -257,7 +257,7 @@ struct obd_import {
         /** When to perform next ping. time in jiffies. */
        time64_t                imp_next_ping;
        /** When we last successfully connected. time in 64bit jiffies */
-        __u64                     imp_last_success_conn;
+       time64_t                imp_last_success_conn;
 
         /** List of all possible connection for import. */
        struct list_head        imp_conn_list;