MXS-2276 Fix things due to MXS_MONITOR -> Monitor change

This commit is contained in:
Johan Wikman
2019-01-23 16:08:58 +02:00
parent 42b3402a71
commit 92b27500c7
5 changed files with 14 additions and 14 deletions

View File

@ -160,7 +160,7 @@ public:
m_pServer->is_active = false;
}
bool can_be_used_as_hub(const MXS_MONITOR& mon);
bool can_be_used_as_hub(const Monitor& mon);
SERVER* server() const
{