From c5fe96dd0fe020fe4c989594453b7a2616b49a5e Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 9 Jul 2003 00:35:38 +0000 Subject: [PATCH] lconf support for client-side loading of management client as required. Bump config version to account for new elements, just to be safe. --- lustre/include/linux/lustre_mgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/lustre_mgmt.h b/lustre/include/linux/lustre_mgmt.h index f3f4a9d..91a8113 100644 --- a/lustre/include/linux/lustre_mgmt.h +++ b/lustre/include/linux/lustre_mgmt.h @@ -10,7 +10,7 @@ #ifndef LUSTRE_MGMT_H #define LUSTRE_MGMT_H -#define LUSTRE_MGMTCLI_NAME "mgmtcli" +#define LUSTRE_MGMTCLI_NAME "mgmt_cli" /* For the convenience and type-safety of inter_module_getters. */ -- 1.8.3.1