Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h241 clusterMsgDataUpdate nodecfg; member
H A Dcluster.c2073 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()