mirror of
https://github.com/fluencelabs/redis
synced 2025-03-21 01:50:50 +00:00
Cluster: remove warning adding clusterNodeSetSlotBit() prototype.
This commit is contained in:
parent
974929770b
commit
5c55ed9388
@ -47,6 +47,7 @@ clusterNode *clusterLookupNode(char *name);
|
|||||||
int clusterNodeAddSlave(clusterNode *master, clusterNode *slave);
|
int clusterNodeAddSlave(clusterNode *master, clusterNode *slave);
|
||||||
int clusterAddSlot(clusterNode *n, int slot);
|
int clusterAddSlot(clusterNode *n, int slot);
|
||||||
int clusterDelSlot(int slot);
|
int clusterDelSlot(int slot);
|
||||||
|
int clusterNodeSetSlotBit(clusterNode *n, int slot);
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* Initialization
|
* Initialization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user