Searched refs:gossipcount (Results 1 – 1 of 1) sorted by relevance
2353 int gossipcount = 0; /* Number of gossip sections added so far. */ in clusterSendPing() local2414 while(freshnodes > 0 && gossipcount < wanted && maxiterations--) { in clusterSendPing()2438 if (clusterNodeIsInGossipSection(hdr,gossipcount,this)) continue; in clusterSendPing()2441 clusterSetGossipEntry(hdr,gossipcount,this); in clusterSendPing()2443 gossipcount++; in clusterSendPing()2457 clusterSetGossipEntry(hdr,gossipcount,node); in clusterSendPing()2459 gossipcount++; in clusterSendPing()2471 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()2472 hdr->count = htons(gossipcount); in clusterSendPing()