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

@ -51,6 +51,9 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <telnetd.h>
#include <sys/syslog.h>
#include <maxscale/alloc.h>
#include <maxscale/service.h>
#include <maxscale/router.h>
@ -65,9 +68,7 @@
#include <maxscale/poll.h>
#include <maxscale/users.h>
#include <maxscale/config.h>
#include <telnetd.h>
#include <maxscale/adminusers.h>
#include <maxscale/monitor.h>
#include <debugcli.h>
#include <maxscale/housekeeper.h>
#include <maxscale/listmanager.h>
@ -75,7 +76,8 @@
#include <maxscale/config_runtime.h>
#include <maxscale/version.h>
#include <maxscale/log_manager.h>
#include <sys/syslog.h>
#include "../../../core/maxscale/monitor.h"
#include "../../../core/maxscale/session.h"