Move configuration changes to a common file
The config_runtime.h header contains functions that can be used to manipulate the running configuration. Currently the header contains the function to create, add, remove and destroy servers.
This commit is contained in:
@ -515,7 +515,7 @@ monitorList(DCB *dcb)
|
||||
* @return Pointer to the monitor or NULL
|
||||
*/
|
||||
MONITOR *
|
||||
monitor_find(char *name)
|
||||
monitor_find(const char *name)
|
||||
{
|
||||
MONITOR *ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user