MXS-2205 Convert config_runtime.h and externcmd.h to .hh

This commit is contained in:
Esa Korhonen
2018-11-30 17:42:24 +02:00
parent 344c7dde4a
commit b15f43bc81
9 changed files with 14 additions and 15 deletions

View File

@ -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"

View File

@ -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

View File

@ -18,7 +18,7 @@
#include <maxscale/monitor.hh>
#include <maxscale/resultset.hh>
#include "externcmd.h"
#include "externcmd.hh"
#define MON_ARG_MAX 8192