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:
@ -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);
|
||||
|
Reference in New Issue
Block a user