Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c4067 char *sa_runid, *sb_runid; in compareSlavesForPromotion() local
4085 sb_runid = (*sb)->runid; in compareSlavesForPromotion()
4086 if (sa_runid == NULL && sb_runid == NULL) return 0; in compareSlavesForPromotion()
4088 else if (sb_runid == NULL) return -1; /* a < b */ in compareSlavesForPromotion()
4089 return strcasecmp(sa_runid, sb_runid); in compareSlavesForPromotion()