MXS-2271 Move Monitor inside maxscale-namespace
Rearranged monitor.cc by namespace.
This commit is contained in:
@ -45,6 +45,7 @@ typedef std::set<std::string> StringSet;
|
||||
typedef std::vector<std::string> StringVector;
|
||||
|
||||
using std::tie;
|
||||
using maxscale::Monitor;
|
||||
|
||||
static std::mutex crt_lock;
|
||||
|
||||
|
Reference in New Issue
Block a user