Searched refs:role_reported (Results 1 – 1 of 1) sorted by relevance
191 int role_reported; member1250 ri->role_reported = ri->flags & (SRI_MASTER|SRI_SLAVE); in createSentinelRedisInstance()1451 ri->role_reported = SRI_MASTER; in sentinelResetMaster()2076 master->role_reported == SRI_MASTER && in sentinelMasterLooksSane()2212 if (role != ri->role_reported) { in sentinelRefreshInstanceInfo()2214 ri->role_reported = role; in sentinelRefreshInstanceInfo()2833 addReplyBulkCString(c, (ri->role_reported == SRI_MASTER) ? "master" : in addReplySentinelRedisInstance()3621 ri->role_reported == SRI_SLAVE && in sentinelCheckSubjectivelyDown()