Changes in uspace/app/tester/ipc/ping_pong.c [7f9d97f3:1ab8539] 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
r7f9d97f3 r1ab8539 50 50 gettimeofday(&now, NULL); 51 51 52 if (tv_sub _diff(&now, &start) >= DURATION_SECS * 1000000L)52 if (tv_sub(&now, &start) >= DURATION_SECS * 1000000L) 53 53 break; 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
