MXS-2540 Add monitor support to new config system

The configuration system needs to be aware of standard monitor
parameters.
This commit is contained in:
Johan Wikman
2019-06-03 15:22:25 +03:00
parent 69dea5a81e
commit ceb58d615e
3 changed files with 37 additions and 2 deletions

View File

@ -41,7 +41,8 @@ class Specification
public:
enum Kind
{
FILTER
FILTER,
MONITOR
};
using ParamsByName = std::map<std::string, Param*>;