Make mlist.h private
Mlist is only used by log_manager so for the time being it is moved under server/core/maxscale. Eventually it may be included in log_manager itself.
This commit is contained in:
parent
cd26c69ffb
commit
68e53567a0
@ -26,12 +26,12 @@
|
||||
#include <maxscale/atomic.h>
|
||||
|
||||
#include <maxscale/hashtable.h>
|
||||
#include <maxscale/mlist.h>
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/utils.h>
|
||||
#include "maxscale/mlist.h"
|
||||
|
||||
#define MAX_PREFIXLEN 250
|
||||
#define MAX_SUFFIXLEN 250
|
||||
|
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/mlist.h>
|
||||
#include "maxscale/mlist.h"
|
||||
#include <maxscale/alloc.h>
|
||||
|
||||
static void mlist_free_memory(mlist_t* ml, char* name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user