MXS-1848 monitor_[alloc|free]() -> monitor_[create|destroy]
As these will call the createInstance and destroyInstance functions of the monitor, they are more appropriately named like this.
This commit is contained in:
@ -406,7 +406,7 @@ int test_domain_matching(const char* actual_module,
|
||||
/** Create a monitor */
|
||||
char *libdir = MXS_STRDUP_A("../../modules/monitor/mariadbmon/");
|
||||
set_libdir(libdir);
|
||||
monitor_alloc(name, actual_module);
|
||||
monitor_create(name, actual_module);
|
||||
|
||||
const MODULECMD *cmd;
|
||||
|
||||
|
Reference in New Issue
Block a user