X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fofd%2Fofd_internal.h;h=72f9795e8aa6c34da9df980f97f2b6be28d9509a;hp=3e021cd92985a9b177735873fb49082a46a95c9e;hb=d517440d54715a37d4b29e9e6076391bec33e423;hpb=2fab4932f388da3ada7a9d68d862f9637fca5f10 diff --git a/lustre/ofd/ofd_internal.h b/lustre/ofd/ofd_internal.h index 3e021cd..72f9795 100644 --- a/lustre/ofd/ofd_internal.h +++ b/lustre/ofd/ofd_internal.h @@ -45,6 +45,9 @@ struct ofd_device { struct dt_device *ofd_osd; struct dt_device_param ofd_dt_conf; + /* last_rcvd file */ + struct lu_target ofd_lut; + struct lu_site ofd_site; }; @@ -90,6 +93,9 @@ struct ofd_thread_info { } fti_u; }; +extern void target_recovery_fini(struct obd_device *obd); +extern void target_recovery_init(struct lu_target *lut, svc_handler_t handler); + /* ofd_dev.c */ extern struct lu_context_key ofd_thread_key;