MCPcopy Index your code
hub / github.com/RsyncProject/rsync / logfile_close

Function logfile_close

log.c:208–215  ·  view source on GitHub ↗

Note that this close & reopen idiom intentionally ignores syslog logging. */

Source from the content-addressed store, hash-verified

206
207/* Note that this close & reopen idiom intentionally ignores syslog logging. */
208void logfile_close(void)
209{
210 if (logfile_fp) {
211 logfile_was_closed = 1;
212 fclose(logfile_fp);
213 logfile_fp = NULL;
214 }
215}
216
217void logfile_reopen(void)
218{

Callers 2

local_childFunction · 0.85
start_accept_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected