Allow module specific monitor parameters to be altered
Module specific parameters can now be altered at runtime. This allows both the removal and addition of arbitrary monitor parameters.
This commit is contained in:
@ -238,7 +238,7 @@ bool config_set_qualified_param(CONFIG_PARAMETER* param,
|
||||
config_param_type_t type);
|
||||
int config_threadcount();
|
||||
int config_truth_value(char *);
|
||||
void free_config_parameter(CONFIG_PARAMETER* p1);
|
||||
void config_parameter_free(CONFIG_PARAMETER* p1);
|
||||
bool is_internal_service(const char *router);
|
||||
|
||||
MXS_END_DECLS
|
||||
|
Reference in New Issue
Block a user