MXS-2196: Rename dcb.h to dcb.hh

This commit is contained in:
Markus Mäkelä
2018-11-30 14:29:13 +02:00
parent 3b5e45ceee
commit ad12ff6d06
73 changed files with 78 additions and 77 deletions

View File

@ -49,7 +49,7 @@
#include <maxsql/mariadb.hh>
#include <maxscale/alloc.h>
#include <maxscale/adminusers.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/maxscale.h>

View File

@ -12,7 +12,7 @@
*/
#pragma once
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
MXS_BEGIN_DECLS

View File

@ -13,7 +13,7 @@
#pragma once
#include <maxscale/ccdefs.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/modinfo.h>
#include <maxscale/resultset.hh>

View File

@ -60,7 +60,7 @@ const char* session_state(mxs_session_state_t);
* @param session The session to link with the dcb
* @param dcb The backend DCB to be linked
*/
void session_link_backend_dcb(MXS_SESSION* session, struct dcb* dcb);
void session_link_backend_dcb(MXS_SESSION* session, DCB* dcb);
/**
* Unlink a session to a backend DCB.
@ -68,15 +68,15 @@ void session_link_backend_dcb(MXS_SESSION* session, struct dcb* dcb);
* @param session The session to unlink with the dcb
* @param dcb The backend DCB to be unlinked
*/
void session_unlink_backend_dcb(MXS_SESSION* session, struct dcb* dcb);
void session_unlink_backend_dcb(MXS_SESSION* session, DCB* dcb);
void printAllSessions();
void printSession(MXS_SESSION*);
void dprintSessionList(DCB* pdcb);
void dprintAllSessions(struct dcb*);
void dprintSession(struct dcb*, MXS_SESSION*);
void dListSessions(struct dcb*);
void dprintAllSessions(DCB*);
void dprintSession(DCB*, MXS_SESSION*);
void dListSessions(DCB*);
/**
* @brief Get a session reference

View File

@ -18,7 +18,7 @@
#include <maxscale/resultset.hh>
#include <maxscale/buffer.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/mysql_binlog.h>
#include <maxscale/protocol/mysql.h>

View File

@ -37,7 +37,7 @@
#include <maxscale/config.hh>
#include <maxscale/service.hh>
#include <maxscale/session.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/poll.h>
#include <maxscale/log.h>
#include <maxscale/ssl.h>

View File

@ -38,7 +38,7 @@
#include <maxscale/service.hh>
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/paths.h>
#include <maxscale/housekeeper.h>
#include <maxscale/listener.hh>

View File

@ -29,7 +29,7 @@
#include <maxbase/atomic.hh>
#include <maxscale/alloc.h>
#include <maxscale/clock.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/json_api.h>
#include <maxscale/log.h>

View File

@ -30,7 +30,7 @@
#include <string.h>
#include <stdbool.h>
#include <sys/ioctl.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/poll.h>
#include <maxscale/service.hh>

View File

@ -17,7 +17,7 @@
#include <maxbase/maxbase.hh>
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/paths.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/session.hh>

View File

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/listener.hh>
#include <maxscale/service.hh>

View File

@ -16,7 +16,7 @@
#include <maxscale/cdefs.h>
#include <maxbase/maxbase.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/maxscale_test.h>
#include <maxscale/log.h>

View File

@ -44,7 +44,7 @@
#include <maxscale/alloc.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/limits.h>
#include <maxscale/pcre2.h>