mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +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 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