Check configuration with declared parameters

The declared parameters are now used to check whether the configuration is
valid. As the filters and monitors don't use the new declarations, the
code needs to be commented out. Once the parameter processing has been
migrated to the new system, the code can be enabled.
This commit is contained in:
Markus Mäkelä
2017-01-04 10:37:46 +02:00
parent f7c6accaa0
commit cefc253e2c
4 changed files with 58 additions and 37 deletions

View File

@ -63,9 +63,10 @@ void *load_module(const char *module, const char *type);
* @brief Get a module
*
* @param name Name of the module
* @param type The module type
* @return The loaded module or NULL if the module is not loaded
*/
const MXS_MODULE *get_module(const char *name);
const MXS_MODULE *get_module(const char *name, const char *type);
/**
* @brief Unload a module.