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

@ -55,7 +55,7 @@ private:
}
HintRouterSession::HintRouterSession(MXS_SESSION* pSession,
HintRouter* pRouter,
HintRouter* pRouter,
const BackendMap& backends)
: maxscale::RouterSession(pSession)
, m_router(pRouter)
@ -152,7 +152,7 @@ void HintRouterSession::clientReply(GWBUF* pPacket, DCB* pBackend)
}
void HintRouterSession::handleError(GWBUF* pMessage,
DCB* pProblem,
DCB* pProblem,
mxs_error_action_t action,
bool* pSuccess)
{