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

Function progress_init

progress.c:137–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void progress_init(void)
138{
139 if (!am_server && !INFO_GTE(PROGRESS, 1)) {
140 struct timeval now;
141 gettimeofday(&now, NULL);
142 ph_start.time.tv_sec = now.tv_sec;
143 ph_start.time.tv_usec = now.tv_usec;
144 }
145}
146
147void set_current_file_index(struct file_struct *file, int ndx)
148{

Callers 2

send_filesFunction · 0.85
recv_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected