Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h197 } clusterMsgDataGossip; typedef
226 clusterMsgDataGossip gossip[1];
H A Dcluster.c1340 clusterMsgDataGossip *g = (clusterMsgDataGossip*) hdr->data.ping.gossip; in clusterProcessGossipSection()
1665 explen += (sizeof(clusterMsgDataGossip)*count); in clusterProcessPacket()
2336 clusterMsgDataGossip *gossip; in clusterSetGossipEntry()
2400 totlen += (sizeof(clusterMsgDataGossip)*(wanted+pfail_wanted)); in clusterSendPing()
2471 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()