Searched refs:nodecfg (Results 1 – 2 of 2) sorted by relevance
241 clusterMsgDataUpdate nodecfg; member
2073 ntohu64(hdr->data.update.nodecfg.configEpoch); in clusterProcessPacket()2076 n = clusterLookupNode(hdr->data.update.nodecfg.nodename); in clusterProcessPacket()2091 hdr->data.update.nodecfg.slots); in clusterProcessPacket()2582 memcpy(hdr->data.update.nodecfg.nodename,node->name,CLUSTER_NAMELEN); in clusterSendUpdate()2583 hdr->data.update.nodecfg.configEpoch = htonu64(node->configEpoch); in clusterSendUpdate()2584 memcpy(hdr->data.update.nodecfg.slots,node->slots,sizeof(node->slots)); in clusterSendUpdate()