Whamcloud - gitweb
- landing of b_hd_cleanup_merge to HEAD.
[fs/lustre-release.git] / lustre / include / linux / lustre_cfg.h
index eb17e8d..fe446e5 100644 (file)
@@ -38,6 +38,8 @@ enum lcfg_command_type {
         LCFG_SET_UPCALL     = 0x00cf00a,
         LCFG_LOV_ADD_OBD    = 0x00cf00b,
         LCFG_LOV_DEL_OBD    = 0x00cf00c,
+        LCFG_ADD_CONN       = 0x00cf00d,
+        LCFG_DEL_CONN       = 0x00cf00e,
 };
 
 struct lustre_cfg {
@@ -277,7 +279,6 @@ struct lustre_mount_data {
         uint32_t lmd_nal;
         uint32_t lmd_server_ipaddr;
         uint32_t lmd_port;
-        uint32_t lmd_clone_index;
         char     lmd_mds[64];
         char     lmd_profile[64];
 };