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

Function msdiff

progress.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53static int current_file_index;
54
55static unsigned long msdiff(struct timeval *t1, struct timeval *t2)
56{
57 return (t2->tv_sec - t1->tv_sec) * 1000L
58 + (t2->tv_usec - t1->tv_usec) / 1000;
59}
60
61
62/**

Callers 2

rprint_progressFunction · 0.85
show_progressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected