MXS-2014 Rename log_manager.h to log.h
There's nothing resembling a manager anymore.
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/maxscale.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
#include <maxscale/version.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/log.h>
|
||||
|
||||
|
||||
/**
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <maxbase/atomic.h>
|
||||
#include <maxscale/config.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/maxscale.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/log.h>
|
||||
|
||||
static MAXINFO_TREE *make_tree_node(MAXINFO_OPERATOR, char *, MAXINFO_TREE *, MAXINFO_TREE *);
|
||||
void maxinfo_free_tree(MAXINFO_TREE *); // This function is needed by maxinfo.c
|
||||
|
Reference in New Issue
Block a user