MXS-2304 Use values instead of pointers in CONFIG_CONTEXT
Simplifies ctor/dtor.
This commit is contained in:
@ -49,11 +49,6 @@ extern const MXS_MODULE_PARAM config_filter_params[];
|
||||
extern const MXS_MODULE_PARAM config_server_params[];
|
||||
extern const char* config_pre_parse_global_params[];
|
||||
|
||||
/**
|
||||
* Initialize the configuration subsystem
|
||||
*/
|
||||
void config_init();
|
||||
|
||||
/**
|
||||
* Finalize the configuration subsystem
|
||||
*/
|
||||
|
Reference in New Issue
Block a user