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:
@ -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>
|
||||
|
Reference in New Issue
Block a user