MXS-2205 Combine routingworker.h with routingworker.hh

This commit is contained in:
Esa Korhonen
2018-12-04 12:26:38 +02:00
parent 9f721f725e
commit bec9455a74
11 changed files with 147 additions and 167 deletions

View File

@ -38,7 +38,7 @@
#include <maxscale/mysql_utils.hh>
#include <maxscale/paths.h>
#include <maxscale/pcre2.h>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include <maxscale/secrets.h>
#include <maxscale/utils.hh>
#include <maxscale/json_api.h>

View File

@ -54,7 +54,7 @@
#include <maxscale/utils.hh>
#include <maxscale/version.h>
#include <maxscale/json_api.h>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include <maxscale/routingworker.hh>
#include "internal/config.hh"

View File

@ -35,7 +35,7 @@
#include <maxscale/paths.h>
#include <maxscale/secrets.h>
#include <maxscale/utils.h>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
static void* mysql_auth_init(char** options);
static bool mysql_auth_set_protocol_data(DCB* dcb, GWBUF* buf);

View File

@ -24,8 +24,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/modulecmd.hh>
#include <maxscale/mysql_utils.hh>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include <maxscale/secrets.h>
#include <maxscale/utils.h>
// TODO: For monitor_add_parameters

View File

@ -30,7 +30,7 @@
#include <maxscale/utils.h>
#include <maxscale/protocol/mariadb_client.hh>
#include <maxscale/poll.hh>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
uint8_t null_client_sha1[MYSQL_SCRAMBLE_LEN] = "";

View File

@ -42,7 +42,7 @@
#include <maxscale/service.hh>
#include <maxscale/utils.hh>
#include <maxscale/pcre2.h>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include <binlog_common.h>
#include "avro_converter.hh"

View File

@ -37,7 +37,7 @@
#include <maxscale/server.hh>
#include <maxscale/service.hh>
#include <maxscale/utils.h>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include <binlog_common.h>
#include "avro_converter.hh"

View File

@ -48,7 +48,7 @@
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include <maxbase/worker.hh>
#include <maxscale/server.hh>
#include <maxscale/service.hh>

View File

@ -31,7 +31,7 @@
#include <maxscale/query_classifier.h>
#include <maxscale/router.hh>
#include <maxscale/mysql_utils.hh>
#include <maxscale/routingworker.h>
#include <maxscale/routingworker.hh>
#include "rwsplitsession.hh"