Changeset 8ed31c2
- Timestamp:
- 04/20/10 14:07:10 (11 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:
- baef9df
- Parents:
- bf7e954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
rb5af22c r8ed31c2 889 889 TRACE_OPTION_COMPRESSTYPE_ZLIB = 1, /**< GZip Compression */ 890 890 TRACE_OPTION_COMPRESSTYPE_BZ2 = 2, /**< BZip2 Compression */ 891 TRACE_OPTION_COMPRESSTYPE_LZO = 3 ,/**< LZO Compression */891 TRACE_OPTION_COMPRESSTYPE_LZO = 3 /**< LZO Compression */ 892 892 } trace_option_compresstype_t; 893 893 … … 900 900 TRACE_OPTION_OUTPUT_COMPRESS, 901 901 /** Compression type, see trace_option_compresstype_t */ 902 TRACE_OPTION_OUTPUT_COMPRESSTYPE ,902 TRACE_OPTION_OUTPUT_COMPRESSTYPE 903 903 } trace_option_output_t; 904 904
Note: See TracChangeset
for help on using the changeset viewer.