MXS-1775 Introduce MonitorInstance::configure() function

The configuring of the monitor instance is now performed in a
separate function. That is in preparation for the moving of the
start function to maxscale::MonitorInstance.
This commit is contained in:
Johan Wikman
2018-05-16 11:35:24 +03:00
parent bcb7d09a15
commit 3606a5ed1c
12 changed files with 93 additions and 25 deletions

View File

@ -32,6 +32,8 @@ public:
protected:
MonitorInstance(MXS_MONITOR* pMonitor);
virtual void configure(const MXS_CONFIG_PARAMETER* pParams);
virtual void main() = 0;
static void main(void* pArg);