Changeset dd1217b
- Timestamp:
- 04/02/08 16:34:39 (14 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:
- 3ac4bf7
- Parents:
- f5d654e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/stats/stats.c
re8d0993 rdd1217b 5 5 #include <stdlib.h> 6 6 #include <string.h> 7 #include "lt_inttypes.h" 7 8 8 9 double lastts = 0.0; -
tools/tracereport/ecn_report.c
r466aed6 rdd1217b 29 29 { 30 30 int i,j; 31 int total = 0; 31 32 32 33 FILE *out = fopen("ecn.rpt", "w"); … … 83 84 } 84 85 85 int total = 0;86 86 for(i=0;i<4;i++){ 87 87 for(j=1;j<4;j++) -
tools/tracereport/tracereport.h
r4423dc7 rdd1217b 1 1 #ifndef TRACEREPORT_H 2 2 #define TRACEREPORT_H 3 4 #include "lt_inttypes.h" 3 5 4 6 typedef struct { -
tools/tracestats/tracestats.c
r4423dc7 rdd1217b 54 54 55 55 #include "libtrace.h" 56 57 #ifndef PRIu64 58 #define PRIu64 "llu" 59 #endif 56 #include "lt_inttypes.h" 60 57 61 58 struct libtrace_t *trace;
Note: See TracChangeset
for help on using the changeset viewer.