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:
@ -26,12 +26,12 @@
|
|||||||
#include <maxscale/atomic.h>
|
#include <maxscale/atomic.h>
|
||||||
|
|
||||||
#include <maxscale/hashtable.h>
|
#include <maxscale/hashtable.h>
|
||||||
#include <maxscale/mlist.h>
|
|
||||||
#include <maxscale/spinlock.h>
|
#include <maxscale/spinlock.h>
|
||||||
#include <maxscale/debug.h>
|
#include <maxscale/debug.h>
|
||||||
#include <maxscale/skygw_utils.h>
|
#include <maxscale/skygw_utils.h>
|
||||||
#include <maxscale/alloc.h>
|
#include <maxscale/alloc.h>
|
||||||
#include <maxscale/utils.h>
|
#include <maxscale/utils.h>
|
||||||
|
#include "maxscale/mlist.h"
|
||||||
|
|
||||||
#define MAX_PREFIXLEN 250
|
#define MAX_PREFIXLEN 250
|
||||||
#define MAX_SUFFIXLEN 250
|
#define MAX_SUFFIXLEN 250
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* Public License.
|
* Public License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/mlist.h>
|
#include "maxscale/mlist.h"
|
||||||
#include <maxscale/alloc.h>
|
#include <maxscale/alloc.h>
|
||||||
|
|
||||||
static void mlist_free_memory(mlist_t* ml, char* name);
|
static void mlist_free_memory(mlist_t* ml, char* name);
|
||||||
|
Reference in New Issue
Block a user