MXS-2556 Add support for routers to new config mechanism

This commit is contained in:
Johan Wikman
2019-06-10 18:39:53 +03:00
parent 77197d2ce1
commit a6b456dfbd
2 changed files with 28 additions and 1 deletions

View File

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