Updates to refactoring of the monitors.

This commit is contained in:
Markus Makela
2015-03-11 10:40:53 +02:00
parent 8d8b91d1a5
commit 9209c812ba
3 changed files with 21 additions and 5 deletions

View File

@ -166,10 +166,10 @@ GetModuleObject()
* @return A handle to use when interacting with the monitor
*/
static void *
startMonitor(void *arg,CONFIG_PARAMETER param)
startMonitor(void *arg, void* opt)
{
MYSQL_MONITOR *handle;
CONFIG_PARAMETER* params = (CONFIG_PARAMETER*)opt;
if (arg)
{
handle = arg; /* Must be a restart */