MXS-2271 Move disk space settings to a settings-container

This commit is contained in:
Esa Korhonen
2019-01-23 11:01:52 +02:00
parent 00594cc369
commit f559bf3d95
9 changed files with 50 additions and 52 deletions

View File

@ -237,7 +237,7 @@ struct DISK_SPACE_THRESHOLD_TEST
int dst_report(const DISK_SPACE_THRESHOLD_TEST& test,
bool parsed,
MxsDiskSpaceThreshold& result)
SERVER::DiskSpaceLimits& result)
{
int nErrors = 0;
@ -360,7 +360,7 @@ int test_disk_space_threshold()
{
const DISK_SPACE_THRESHOLD_TEST& test = tests[i];
MxsDiskSpaceThreshold dst;
SERVER::DiskSpaceLimits dst;
bool parsed = config_parse_disk_space_threshold(&dst, test.zValue);