Searched refs:myslots (Results 1 – 2 of 2) sorted by relevance
266 unsigned char myslots[CLUSTER_SLOTS/8]; member
1935 hdr->myslots,sizeof(hdr->myslots)) != 0; in clusterProcessPacket()1943 clusterUpdateSlotsConfigWith(sender,senderConfigEpoch,hdr->myslots); in clusterProcessPacket()1967 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()2284 memcpy(hdr->myslots,master->slots,sizeof(hdr->myslots)); in clusterBuildMessageHdr()2710 unsigned char *claimed_slots = request->myslots; in clusterSendFailoverAuthIfNeeded()