1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2 * vim:expandtab:shiftwidth=8:tabstop=8:
4 * Copyright (C) 2001 Cluster File Systems, Inc.
6 * This code is issued under the GNU General Public License.
7 * See the file COPYING in this distribution
16 #define IMP_REPLAYABLE 2
18 #include <linux/lustre_idl.h>
20 struct ptlrpc_connection *imp_connection;
21 struct ptlrpc_client *imp_client;
22 struct lustre_handle imp_handle;
23 struct list_head imp_chain;
24 struct obd_device *imp_obd;
26 /* XXX need a UUID here, I think, unless we just use the OBD's UUID */
29 extern struct obd_import *class_conn2cliimp(struct lustre_handle *);
30 extern struct obd_import *class_conn2ldlmimp(struct lustre_handle *);
32 #endif /* __KERNEL__ */
34 #endif /* __IMPORT_H */