Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nettest1/nettest1.c

    r7f9d97f3 r1ab8539  
    412412        gettimeofday(&time_after, NULL);
    413413       
    414         printf("Tested in %ld microseconds\n", tv_sub_diff(&time_after,
     414        printf("Tested in %ld microseconds\n", tv_sub(&time_after,
    415415            &time_before));
    416416       
Note: See TracChangeset for help on using the changeset viewer.