Ignore:
Timestamp:
04/27/07 14:47:30 (6 years ago)
Author:
spa1
Message:

misc and port reports now write to files - all reports now do so
Changed almost all the %llu format strings to use PRIu64 which should reduce the warnings on 64 bit machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/tracereport/ecn_report.c

    r1203 r1204  
    7676                                        break; 
    7777                        } 
    78                         fprintf(out, "\t%16llu %16llu\n", 
     78                        fprintf(out, "\t%16" PRIu64 " %16" PRIu64 "\n", 
    7979                                ecn_stat[j][i].bytes, 
    8080                                ecn_stat[j][i].count); 
Note: See TracChangeset for help on using the changeset viewer.