Clean config.h some more
Moved some typedefs to router.h and server.h, changed a few constants to these enums. Renamed some types in config.h to remove "Gateway". There are still some functions in the public header which are only used in core, but they seem to fit the theme of public functions so were not moved.
This commit is contained in:
@ -318,7 +318,7 @@ createInstance(SERVICE *service, char **options)
|
||||
strcpy(inst->binlog_name, "");
|
||||
strcpy(inst->prevbinlog, "");
|
||||
|
||||
CONFIG_PARAMETER *params = service->svc_config_param;
|
||||
MXS_CONFIG_PARAMETER *params = service->svc_config_param;
|
||||
|
||||
inst->low_water = config_get_integer(params, "lowwater");
|
||||
inst->high_water = config_get_integer(params, "highwater");
|
||||
|
Reference in New Issue
Block a user