Whamcloud - gitweb
Merged branch 'peter' with the tip. Pre-merge tag is 't_20020302_networking'.
[fs/lustre-release.git] / lustre / include / linux / obd_osc.h
index f341737..cb3e7f8 100644 (file)
 #include <linux/obd_support.h>
 #include <linux/lustre_net.h>
 
-#define OST_EXIT 1
-#define LUSTRE_OST_NAME "ost"
-
 struct osc_obd {
        struct obd_device *osc_tgt;
-        struct lustre_peer osc_peer;
+        struct ptlrpc_client osc_peer;
 };
 
+#define OST_EXIT 1
+#define LUSTRE_OST_NAME "ost"
+
 #endif