MOD aaa-12 配置管理模块增加模块初始化钩子

SOL  配置管理模块增加模块初始化钩子
修改人:zhangliang
检视人:zhangliang
This commit is contained in:
zhanglianghy 2019-08-02 15:35:56 +08:00
parent ee27856922
commit c254a1558b
1 changed files with 2 additions and 4 deletions

View File

@ -40,7 +40,7 @@
#define CONFIG_INIT_ARRAY \ #define CONFIG_INIT_ARRAY \
{\ {\
{\ {\
IPCONFIG_V4,\ NETCONFIG_MODULE,\
NULL\ NULL\
}\ }\
}\ }\
@ -140,9 +140,7 @@
}\ }\
} }
typedef ret_code (*cm_config_init)(uint source, uint *config_type, typedef ret_code (*cm_config_init)();
pointer input, int *input_len,
pointer output, int *output_len);
typedef ret_code (*cm_config_chk)(uint source, uint *config_type, typedef ret_code (*cm_config_chk)(uint source, uint *config_type,
pointer input, int *input_len, pointer input, int *input_len,