Changes in uspace/app/tester/ipc/starve.c [7f9d97f3:1ab8539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/starve.c
r7f9d97f3 r1ab8539 52 52 gettimeofday(&now, NULL); 53 53 54 if (tv_sub _diff(&now, &start) >= DURATION_SECS * 1000000L)54 if (tv_sub(&now, &start) >= DURATION_SECS * 1000000L) 55 55 break; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.