Combine maxscale/buffer.h with maxscale/buffer.hh

This commit is contained in:
Esa Korhonen
2019-01-16 12:36:00 +02:00
parent 5d959a30ac
commit 3b55893a20
40 changed files with 431 additions and 469 deletions

View File

@ -30,7 +30,7 @@
#include <maxscale/alloc.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <openssl/bio.h>
#include <maxscale/service.hh>
#include <maxscale/secrets.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/alloc.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/adminusers.h>
#include <maxscale/users.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/authenticator.hh>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/users.h>
/** MXS-1026: Without MySQL protocol data structures, the NullAuth authenticator will crash. */

View File

@ -32,7 +32,7 @@
#include <maxscale/authenticator.hh>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/users.h>
static bool null_auth_set_protocol_data(DCB* dcb, GWBUF* buf);

View File

@ -19,6 +19,6 @@
#include <maxscale/ccdefs.hh>
#include <maxscale/buffer.h>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.hh>