Changeset bd4bec9 for tools/tracereport/nlp_report.c
- Timestamp:
- 04/27/07 14:11:34 (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:
- f3576f5
- Parents:
- e991529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/nlp_report.c
rb5dc60d rbd4bec9 24 24 int i,j; 25 25 26 FILE *out = fopen("nlp. out", "w");26 FILE *out = fopen("nlp.rpt", "w"); 27 27 if (!out) { 28 28 perror("fopen");
Note: See TracChangeset
for help on using the changeset viewer.