MXS-1775 Move thread main function to maxscale::MonitorInstance

This commit is contained in:
Johan Wikman
2018-05-16 11:09:11 +03:00
parent 3c277f4e5e
commit 1304fd6147
12 changed files with 15 additions and 39 deletions

View File

@ -44,5 +44,4 @@ private:
MXS_MONITORED_SERVER *get_current_master();
void main();
static void main(void* data);
};