Cluster: basic data structures for nodes black list.

This commit is contained in:
antirez
2013-11-29 17:37:06 +01:00
parent 3db825fde4
commit 8f18345ef0
4 changed files with 16 additions and 0 deletions

View File

@ -884,6 +884,7 @@ extern struct sharedObjectsStruct shared;
extern dictType setDictType;
extern dictType zsetDictType;
extern dictType clusterNodesDictType;
extern dictType clusterNodesBlackListDictType;
extern dictType dbDictType;
extern dictType shaScriptObjectDictType;
extern double R_Zero, R_PosInf, R_NegInf, R_Nan;