Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/ipc/ping_pong.c

    r1ab8539 r7f9d97f3  
    5050                gettimeofday(&now, NULL);
    5151               
    52                 if (tv_sub(&now, &start) >= DURATION_SECS * 1000000L)
     52                if (tv_sub_diff(&now, &start) >= DURATION_SECS * 1000000L)
    5353                        break;
    5454               
Note: See TracChangeset for help on using the changeset viewer.