Home
last modified time | relevance | path

Searched refs:clusterNodeIsInGossipSection (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c2324 int clusterNodeIsInGossipSection(clusterMsg *hdr, int count, clusterNode *n) { in clusterNodeIsInGossipSection() function
2438 if (clusterNodeIsInGossipSection(hdr,gossipcount,this)) continue; in clusterSendPing()