MCPcopy Create free account
hub / github.com/RsyncProject/rsync / rflush

Function rflush

log.c:481–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void rflush(enum logcode code)
482{
483 FILE *f;
484
485 if (am_daemon || code == FLOG)
486 return;
487
488 if (!am_server && (code == FINFO || code == FCLIENT))
489 f = stdout;
490 else
491 f = stderr;
492
493 fflush(f);
494}
495
496void remember_initial_stats(void)
497{

Callers 2

start_filelist_progressFunction · 0.85
rprint_progressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected