MXS-2271 Move Monitor inside maxscale-namespace
Rearranged monitor.cc by namespace.
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
/** Size of the error buffer */
|
||||
#define MODULECMD_ERRBUF_SIZE 512
|
||||
|
||||
using maxscale::Monitor;
|
||||
|
||||
/** Thread local error buffer */
|
||||
thread_local char* errbuf = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user