Whamcloud - gitweb
- landed b_hd_cray_merge3
[fs/lustre-release.git] / lustre / include / linux / lustre_cfg.h
index eb17e8d..e2b3cd3 100644 (file)
@@ -38,6 +38,9 @@ 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,
+        LCFG_SET_SECURITY   = 0x00cf00f,
 };
 
 struct lustre_cfg {
@@ -277,7 +280,10 @@ struct lustre_mount_data {
         uint32_t lmd_nal;
         uint32_t lmd_server_ipaddr;
         uint32_t lmd_port;
-        uint32_t lmd_clone_index;
+        uint32_t lmd_async;
+        uint32_t lmd_nllu;
+        uint32_t lmd_nllg;
+        char     lmd_security[16];
         char     lmd_mds[64];
         char     lmd_profile[64];
 };