Remove old feedback system
The feedback system wasn't used and was starting to cause problems on Debian 9 where the libcurl required different version of OpenSSL than what MaxScale was linked against.
This commit is contained in:
@ -96,7 +96,6 @@ extern const char CN_DATA[];
|
||||
extern const char CN_DEFAULT[];
|
||||
extern const char CN_DESCRIPTION[];
|
||||
extern const char CN_ENABLE_ROOT_USER[];
|
||||
extern const char CN_FEEDBACK[];
|
||||
extern const char CN_FILTERS[];
|
||||
extern const char CN_FILTER[];
|
||||
extern const char CN_GATEWAY[];
|
||||
@ -460,16 +459,6 @@ unsigned int config_nbpolls(void);
|
||||
*/
|
||||
unsigned int config_pollsleep(void);
|
||||
|
||||
/**
|
||||
* @brief Enable feedback task
|
||||
*/
|
||||
void config_enable_feedback_task(void);
|
||||
|
||||
/**
|
||||
* @brief Disable feedback task
|
||||
*/
|
||||
void config_disable_feedback_task(void);
|
||||
|
||||
/**
|
||||
* @brief Reload the configuration
|
||||
*
|
||||
|
Reference in New Issue
Block a user