More cleanup of monitor.h

Move some more functions into core header + miscellaneous cleanup
This commit is contained in:
Esa Korhonen
2017-01-19 12:38:31 +02:00
parent 02a8f7492e
commit 53c5b475ad
7 changed files with 41 additions and 29 deletions

View File

@ -33,7 +33,6 @@
#include <maxscale/service.h>
#include <maxscale/router.h>
#include <maxscale/modules.h>
#include <maxscale/monitor.h>
#include <maxscale/version.h>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.h>
@ -47,6 +46,7 @@
#include <maxscale/config.h>
#include "../../../core/maxscale/session.h"
#include "../../../core/maxscale/monitor.h"
static void exec_show(DCB *dcb, MAXINFO_TREE *tree);
static void exec_select(DCB *dcb, MAXINFO_TREE *tree);