Changeset f3576f5 for tools/tracereport/tcpopt_report.c
- Timestamp:
- 04/27/07 14:47:30 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c20af2a
- Parents:
- bd4bec9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/tcpopt_report.c
rbd4bec9 rf3576f5 110 110 } 111 111 112 fprintf(out, "\t%16 llu %16llu\n",112 fprintf(out, "\t%16" PRIu64 " %16" PRIu64 "\n", 113 113 tcpopt_stat[j][i].bytes, 114 114 tcpopt_stat[j][i].count);
Note: See TracChangeset
for help on using the changeset viewer.