MXS-2205 Convert config_runtime.h and externcmd.h to .hh
This commit is contained in:
@ -13,14 +13,14 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @file config_runtime.h - Functions for runtime configuration modifications
|
||||
* @file config_runtime.hh - Functions for runtime configuration modifications
|
||||
*/
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <maxscale/adminusers.h>
|
||||
#include <maxscale/monitor.h>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/monitor.hh>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxscale/service.hh>
|
||||
|
||||
#include "service.hh"
|
@ -12,14 +12,13 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <unistd.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
#define MAXSCALE_EXTCMD_ARG_MAX 256
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
typedef struct extern_cmd_t
|
||||
{
|
||||
char** argv; /**< Argument vector for the command, first being the
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include <maxscale/monitor.hh>
|
||||
#include <maxscale/resultset.hh>
|
||||
#include "externcmd.h"
|
||||
#include "externcmd.hh"
|
||||
|
||||
#define MON_ARG_MAX 8192
|
||||
|
||||
|
Reference in New Issue
Block a user