Whamcloud - gitweb
merge b_devel into HEAD (20030703)
[fs/lustre-release.git] / lustre / include / linux / lustre_import.h
index c1af641..9dc0a92 100644 (file)
@@ -36,7 +36,8 @@ struct obd_import {
         __u64                     imp_peer_committed_transno;
         struct obd_uuid           imp_target_uuid; /* XXX -> lustre_name */
         struct lustre_handle      imp_remote_handle;
-
+        unsigned long             imp_next_ping;
+        
         /* Protects flags, level, generation, *_list */
         spinlock_t                imp_lock;