Split maxscale.h to public and private parts
This header defines some general functions and maxscale main() return values. Most of it is still public, but there were some functions which were moved to a core header.
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/version.h>
|
||||
|
||||
#include "../../../core/maxscale/maxscale.h"
|
||||
#include "../../../core/maxscale/modules.h"
|
||||
#include "../../../core/maxscale/monitor.h"
|
||||
#include "../../../core/maxscale/poll.h"
|
||||
|
Reference in New Issue
Block a user