First step to refactoring monitors.

This commit is contained in:
Markus Makela
2015-03-10 12:24:23 +02:00
parent 1b91f776a3
commit c0d2a12990
4 changed files with 12 additions and 1 deletions

View File

@ -64,6 +64,8 @@
#include <dcb.h>
#include <modinfo.h>
#include "config.h"
/** Defined in log_manager.cc */
extern int lm_enabled_logfiles_bitmask;
extern size_t log_ses_count[];
@ -164,7 +166,7 @@ GetModuleObject()
* @return A handle to use when interacting with the monitor
*/
static void *
startMonitor(void *arg)
startMonitor(void *arg,CONFIG_PARAMETER param)
{
MYSQL_MONITOR *handle;