Searched refs:gossip (Results 1 – 2 of 2) sorted by relevance
226 clusterMsgDataGossip gossip[1]; member
2327 if (memcmp(hdr->data.ping.gossip[j].nodename,n->name, in clusterNodeIsInGossipSection()2336 clusterMsgDataGossip *gossip; in clusterSetGossipEntry() local2337 gossip = &(hdr->data.ping.gossip[i]); in clusterSetGossipEntry()2338 memcpy(gossip->nodename,n->name,CLUSTER_NAMELEN); in clusterSetGossipEntry()2339 gossip->ping_sent = htonl(n->ping_sent/1000); in clusterSetGossipEntry()2340 gossip->pong_received = htonl(n->pong_received/1000); in clusterSetGossipEntry()2341 memcpy(gossip->ip,n->ip,sizeof(n->ip)); in clusterSetGossipEntry()2342 gossip->port = htons(n->port); in clusterSetGossipEntry()2343 gossip->cport = htons(n->cport); in clusterSetGossipEntry()2344 gossip->flags = htons(n->flags); in clusterSetGossipEntry()[all …]