Use module-type parameters for servers

The server base objects now use the module-type parameters for generic
configuration.
This commit is contained in:
Markus Mäkelä
2018-07-14 23:13:55 +03:00
parent d28b1c9d1d
commit df94ef990c
5 changed files with 180 additions and 207 deletions

View File

@ -198,4 +198,6 @@ bool config_global_serialize();
*/
bool export_config_file(const char* filename);
bool is_normal_server_parameter(const char *param);
MXS_END_DECLS