Whamcloud - gitweb
- initialize transaction table if needed
authortappro <tappro>
Tue, 7 Oct 2008 11:47:53 +0000 (11:47 +0000)
committertappro <tappro>
Tue, 7 Oct 2008 11:47:53 +0000 (11:47 +0000)
  b:17174
  i:bzzz, adilger

lustre/include/lustre_lib.h

index 5a77d0f..9600735 100644 (file)
@@ -71,6 +71,7 @@ struct obd_export;
 
 void target_client_add_cb(struct obd_device *obd, __u64 transno, void *cb_data,
                           int error);
+void target_trans_table_init(struct obd_device *obd);
 __u32 target_trans_table_last_time(struct obd_export *exp);
 void target_trans_table_recalc(struct obd_device *obd, __u32 new_age);
 void target_trans_table_update(struct obd_export *exp, __u64 transno);