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:
Johan Wikman 2016-10-14 15:55:33 +03:00
parent cd26c69ffb
commit 68e53567a0
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);