Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c2862 static time_t lastlog_time = 0; in clusterLogCantFailover() local
2867 time(NULL)-lastlog_time < CLUSTER_CANT_FAILOVER_RELOG_PERIOD) in clusterLogCantFailover()
2898 lastlog_time = time(NULL); in clusterLogCantFailover()