MXS-1848 Move Worker from internal to public include dir

maxscale::Worker needs to be public if monitors should be
implementable using it.
This commit is contained in:
Johan Wikman
2018-05-08 15:49:58 +03:00
parent 370b3be576
commit 42c10cfa1c
16 changed files with 36 additions and 33 deletions

View File

@ -14,7 +14,7 @@
#include <maxscale/cppdefs.hh>
#include <maxscale/routingworker.h>
#include "worker.hh"
#include <maxscale/worker.hh>
#include "session.hh"
namespace maxscale