Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c3386 mstime_t old_ping_sent; in clusterCron() local
3414 old_ping_sent = node->ping_sent; in clusterCron()
3417 if (old_ping_sent) { in clusterCron()
3421 node->ping_sent = old_ping_sent; in clusterCron()