MXS-1198: Add configurable listener retry interval

The maximum listener retry interval is now configurable.
This commit is contained in:
Markus Mäkelä
2017-03-22 15:04:21 +02:00
parent dd94374057
commit 1a8ff4b813
5 changed files with 49 additions and 1 deletions

View File

@ -151,6 +151,7 @@ typedef struct service
bool retry_start; /**< If starting of the service should be retried later */
bool log_auth_warnings; /**< Log authentication failures and warnings */
uint64_t capabilities; /**< The capabilities of the service. */
int max_retry_interval; /**< Maximum retry interval */
} SERVICE;
typedef enum count_spec_t