Improve --config-check
mode
The configuration checking now detects bad router options. This allows for better coverage of the configuration with only the --config-check flag.
This commit is contained in:
@ -110,6 +110,7 @@ typedef struct config_context
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
bool config_check; /**< Only check config */
|
||||
int n_threads; /**< Number of polling threads */
|
||||
char *version_string; /**< The version string of embedded db library */
|
||||
char release_string[_RELEASE_STR_LENGTH]; /**< The release name string of the system */
|
||||
|
Reference in New Issue
Block a user