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:
Johan Wikman
2018-05-06 19:37:37 +03:00
parent 510eb7ec7c
commit 851cefefc6
5 changed files with 7 additions and 7 deletions

View File

@ -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;