Fix avrorouter and cluster usage

The servers defined by `cluster` wouldn't get used.
This commit is contained in:
Markus Mäkelä
2019-06-26 10:05:21 +03:00
parent 59e7b2b09d
commit 01822490ca
3 changed files with 3 additions and 2 deletions

View File

@ -114,6 +114,7 @@ extern const char CN_CACHE_SIZE[];
extern const char CN_CACHE[];
extern const char CN_CLASSIFICATION[];
extern const char CN_CLASSIFY[];
extern const char CN_CLUSTER[];
extern const char CN_CONNECTION_TIMEOUT[];
extern const char CN_DATA[];
extern const char CN_DEFAULT[];