Format routers and monitors

This commit is contained in:
Markus Mäkelä
2019-05-09 11:05:34 +03:00
parent 6625c1296b
commit 418ccf861d
42 changed files with 358 additions and 340 deletions

View File

@ -44,7 +44,7 @@ public:
private:
HintRouter(SERVICE* pService,
HINT_TYPE default_action,
string& default_server,
string& default_server,
int max_slaves);
HINT_TYPE m_default_action;
@ -56,6 +56,6 @@ private:
HintRouter& operator=(const HintRouter&);
static Dcb connect_to_backend(MXS_SESSION* session,
SERVER_REF* sref,
SERVER_REF* sref,
HintRouterSession::BackendMap* all_backends);
};