72622bc92f
MXS-977: Move common diagnostic code to the core
...
Almost all monitors printed the same diagnostic output inside the
modules. This should be a part of the core, not the modules themselves.
2016-11-17 12:36:44 +02:00
3c15b58891
Merge branch '2.0' into develop-2.0-merge
2016-11-15 00:09:24 +02:00
3eb25df676
Update monitor APIs
...
No need to use void* as the types of the arguments in the monitor
functions as the types are known and will always be the same.
2016-08-19 11:21:01 +03:00
cf7988c8e3
Move all monitors into subdirs of their own
...
Each monitor module now resides in a subdirectory of its own.
The name of the subdirectory is the same as the name of the
library in the module's CMakeLists.txt file.
2016-08-18 13:35:28 +03:00