Split config.h into external and internal parts
The external config.h header defined functions and structures that are intended to be used by modules. The internal header contains functions that are used only by the MaxScale core.
This commit is contained in:
@ -1947,7 +1947,7 @@ reload_dbusers(DCB *dcb, SERVICE *service)
|
||||
}
|
||||
|
||||
/**
|
||||
* Relaod the configuration data from the config file
|
||||
* Reload the configuration data from the config file
|
||||
*
|
||||
* @param dcb DCB to use to send output
|
||||
*/
|
||||
|
Reference in New Issue
Block a user