Searched refs:sb_runid (Results 1 – 1 of 1) sorted by relevance
4067 char *sa_runid, *sb_runid; in compareSlavesForPromotion() local4085 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()