Whamcloud - gitweb
* new network config snapshot
[fs/lustre-release.git] / lustre / obdecho / echo_client.c
index f07ee99..806788d 100644 (file)
@@ -1345,7 +1345,7 @@ echo_client_setup(struct obd_device *obddev, obd_count len, void *buf)
         INIT_LIST_HEAD (&ec->ec_objects);
         ec->ec_unique = 0;
 
-        rc = obd_connect(&conn, tgt, &echo_uuid);
+        rc = obd_connect(&conn, tgt, &echo_uuid, NULL /* obd_connect_data */);
         if (rc) {
                 CERROR("fail to connect to device %s\n",
                        lustre_cfg_string(lcfg, 1));
@@ -1388,7 +1388,8 @@ static int echo_client_cleanup(struct obd_device *obddev)
 }
 
 static int echo_client_connect(struct lustre_handle *conn,
-                               struct obd_device *src, struct obd_uuid *cluuid)
+                               struct obd_device *src, struct obd_uuid *cluuid,
+                               struct obd_connect_data *data)
 {
         struct obd_export *exp;
         int                rc;