Added verbose client errors to schemarouter.

This commit is contained in:
Markus Makela
2015-07-02 13:28:23 +03:00
parent 3989e0dc6b
commit 993ec723b9
2 changed files with 14 additions and 23 deletions

View File

@ -244,6 +244,7 @@ typedef struct schemarouter_config_st {
time_t last_refresh; /*< Last time the database list was refreshed */
double refresh_min_interval; /*< Minimum required interval between refreshes of databases */
bool refresh_databases; /*< Are databases refreshed when they are not found in the hashtable */
bool debug; /*< Enable verbose debug messages to clients */
} schemarouter_config_t;
/**