Changeset 7f9d97f3 in mainline for uspace/app/tester/ipc/ping_pong.c
- Timestamp:
- 2015-03-14T21:48:01Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 270bf4f
- Parents:
- c0c38c7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/ping_pong.c
rc0c38c7c 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.