MXS-2205 Combine internal monitor headers

Contents of monitor.h moved to monitor.hh
This commit is contained in:
Esa Korhonen
2018-11-30 17:56:47 +02:00
parent 0f755adc78
commit 344c7dde4a
14 changed files with 164 additions and 185 deletions

View File

@ -23,7 +23,7 @@
#include <maxscale/session.h>
#include <maxscale/json_api.h>
#include "../internal/monitor.h"
#include "../internal/monitor.hh"
#define TEST(a, b) do {if (!(a)) {printf("%s:%d " b "\n", __FILE__, __LINE__); return 1;}} while (false)