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