Initial config file structure definition and initialisation

This commit is contained in:
Ian Barwick
2017-04-20 16:42:56 +09:00
parent 0fb4876256
commit f9dfcb20b4
3 changed files with 311 additions and 18 deletions

View File

@@ -24,4 +24,9 @@
#define NO_UPSTREAM_NODE -1
#define UNKNOWN_NODE_ID -1
#define MANUAL_FAILOVER 0
#define AUTOMATIC_FAILOVER 1
#define DEFAULT_PRIORITY 100
#define FAILOVER_NODES_MAX_CHECK 50
#endif