MOD aaa-12 配置管理模块增加模块初始化钩子
SOL 配置管理模块增加模块初始化钩子 修改人:zhangliang 检视人:zhangliang
This commit is contained in:
parent
ee27856922
commit
c254a1558b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue