| 135 | } |
| 136 | |
| 137 | void 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 | |
| 147 | void set_current_file_index(struct file_struct *file, int ndx) |
| 148 | { |
no outgoing calls
no test coverage detected