Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c1060 static time_t newline_sent; in replicationSendNewlineToMaster() local
1061 if (time(NULL) != newline_sent) { in replicationSendNewlineToMaster()
1062 newline_sent = time(NULL); in replicationSendNewlineToMaster()