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

@ -45,6 +45,7 @@
#include "internal/poll.h"
#include "internal/routingworker.hh"
#include "internal/config.h"
#include "internal/service.hh"
using maxscale::Semaphore;