Whamcloud - gitweb
land b_hd_sec onto HEAD:
[fs/lustre-release.git] / lustre / obdecho / echo.c
index 6b579e1..cdd8845 100644 (file)
@@ -59,7 +59,8 @@ enum {
 };
 
 static int echo_connect(struct lustre_handle *conn, struct obd_device *obd,
-                        struct obd_uuid *cluuid, unsigned long connect_flags)
+                        struct obd_uuid *cluuid, struct obd_connect_data *data,
+                        unsigned long connect_flags)
 {
         return class_connect(conn, obd, cluuid);
 }