MXS-2220 Move server_is_active inside the class

This commit is contained in:
Esa Korhonen
2019-01-04 15:27:03 +02:00
parent 764d9a4e75
commit b16ee3a94e
10 changed files with 29 additions and 28 deletions

View File

@ -236,7 +236,7 @@ public:
*/
inline bool is_active() const
{
return SERVER_REF_IS_ACTIVE(m_backend);
return server_ref_is_active(m_backend);
}
/**