Cluster: remove warning adding clusterNodeSetSlotBit() prototype.
This commit is contained in:
parent
f66a189d4d
commit
6877d08470
@ -47,6 +47,7 @@ clusterNode *clusterLookupNode(char *name);
|
||||
int clusterNodeAddSlave(clusterNode *master, clusterNode *slave);
|
||||
int clusterAddSlot(clusterNode *n, int slot);
|
||||
int clusterDelSlot(int slot);
|
||||
int clusterNodeSetSlotBit(clusterNode *n, int slot);
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Initialization
|
||||
|
Loading…
x
Reference in New Issue
Block a user