mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Cluster: remove warning adding clusterNodeSetSlotBit() prototype.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user