MXS-2271 Move Monitor inside maxscale-namespace
Rearranged monitor.cc by namespace.
This commit is contained in:
@ -26,7 +26,7 @@ public:
|
||||
|
||||
protected:
|
||||
bool has_sufficient_permissions();
|
||||
void update_server_status(MXS_MONITORED_SERVER* monitored_server);
|
||||
void update_server_status(mxs::MXS_MONITORED_SERVER* monitored_server);
|
||||
|
||||
private:
|
||||
CsMonitor(const std::string& name, const std::string& module);
|
||||
|
Reference in New Issue
Block a user