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:
@ -41,7 +41,8 @@ class Specification
|
||||
public:
|
||||
enum Kind
|
||||
{
|
||||
FILTER
|
||||
FILTER,
|
||||
MONITOR
|
||||
};
|
||||
|
||||
using ParamsByName = std::map<std::string, Param*>;
|
||||
|
||||
Reference in New Issue
Block a user