MXS-1929: Take internal Service struct into use

The internals now mostly refer to the Service struct instead of the public
SERVICE struct.
This commit is contained in:
Markus Mäkelä
2018-07-25 12:55:39 +03:00
parent b0e74ac4ae
commit cca7757090
17 changed files with 233 additions and 216 deletions

View File

@ -52,7 +52,7 @@
#include <maxscale/version.h>
// This isn't really a clean way of testing
#include "../../../../core/internal/service.h"
#include "../../../../core/internal/service.hh"
#include <maxscale/config.hh>
static void printVersion(const char *progname);