server/include/poll.h renamed to server/include/maxscale/poll.h

Due to an include conflict between /usr/include/poll.h and
maxscale/server/include/poll.h the latter was moved to
maxscale/server/include/maxscale/poll.h.

Once 1.4 is out, all maxscale header files will be moved to that
same sub-directory. That will prevent include conflicts and also
make it easy to see which include files belong to maxscale and
which do not.
This commit is contained in:
Johan Wikman
2016-03-01 12:56:39 +02:00
parent 955187d9fa
commit cb3213af63
26 changed files with 24 additions and 22 deletions

View File

@ -40,7 +40,7 @@
#include <atomic.h>
#include <spinlock.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <debugcli.h>
#include <skygw_utils.h>
#include <log_manager.h>

View File

@ -39,7 +39,7 @@
#include <atomic.h>
#include <spinlock.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <debugcli.h>
#include <skygw_utils.h>
#include <log_manager.h>

View File

@ -63,7 +63,7 @@
#include <spinlock.h>
#include <buffer.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <users.h>
#include <dbusers.h>
#include <maxconfig.h>
@ -71,7 +71,6 @@
#include <adminusers.h>
#include <monitor.h>
#include <debugcli.h>
#include <poll.h>
#include <housekeeper.h>
#include <skygw_utils.h>

View File

@ -45,7 +45,7 @@
#include <atomic.h>
#include <spinlock.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <maxinfo.h>
#include <skygw_utils.h>
#include <log_manager.h>

View File

@ -39,7 +39,7 @@
#include <atomic.h>
#include <spinlock.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <maxinfo.h>
#include <skygw_utils.h>
#include <log_manager.h>

View File

@ -42,7 +42,7 @@
#include <atomic.h>
#include <spinlock.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <maxinfo.h>
#include <skygw_utils.h>
#include <log_manager.h>

View File

@ -40,7 +40,7 @@
#include <atomic.h>
#include <spinlock.h>
#include <dcb.h>
#include <poll.h>
#include <maxscale/poll.h>
#include <maxinfo.h>
#include <skygw_utils.h>
#include <log_manager.h>

View File

@ -34,6 +34,7 @@
#include <modinfo.h>
#include <modutil.h>
#include <mysql_client_server_protocol.h>
#include <maxscale/poll.h>
#include <pcre.h>
#define DEFAULT_REFRESH_INTERVAL 30.0

View File

@ -17,6 +17,7 @@
*/
#include <sharding_common.h>
#include <maxscale/poll.h>
/**
* Extract the database name from a COM_INIT_DB or literal USE ... query.