Commit d91114c401c2ed4ad5b22997a8c7ddb29cefb2aa
- Diff rendering mode:
- inline
- side by side
filter.c
(2 / 0)
|   | |||
| 239 | 239 | int i=0, watched=0, cleaned=0, maxDepth=0, empty=0; | |
| 240 | 240 | struct timeval now; | |
| 241 | 241 | ||
| 242 | shouldCleanup = 0; | ||
| 243 | |||
| 242 | 244 | if(gettimeofday(&now, NULL) < 0) { | |
| 243 | 245 | perror("gettimeofday"); | |
| 244 | 246 | exit(1); |

