Changeset 3d4fb8f for tools/tracertstats/output_txt.c
- Timestamp:
- 03/13/06 11:01:18 (16 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:
- 32f365f
- Parents:
- 8f80e87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracertstats/output_txt.c
re3b0188 r3d4fb8f 4 4 #include <inttypes.h> 5 5 #include <lt_inttypes.h> 6 #include <string.h> 6 7 7 8 #define COLWIDTH 11 … … 53 54 54 55 struct output_type_t output_txt = { 55 name:"txt",56 init:output_txt_init,57 flush:output_txt_flush,58 destroy:output_txt_destroy,56 .name= "txt", 57 .init= output_txt_init, 58 .flush= output_txt_flush, 59 .destroy= output_txt_destroy, 59 60 };
Note: See TracChangeset
for help on using the changeset viewer.