Changeset 17f954f for tools/tracesplit/tracesplit.c
- Timestamp:
- 07/07/14 13:36:33 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- faf16af
- Parents:
- 457bf45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit.c
r755855a r17f954f 316 316 } else if (strncmp(compress_type_str, "lzo", 3) == 0) { 317 317 compress_type = TRACE_OPTION_COMPRESSTYPE_LZO; 318 } else if (strncmp(compress_type_str, "xz", 2) == 0) { 319 compress_type = TRACE_OPTION_COMPRESSTYPE_LZMA; 318 320 } else if (strncmp(compress_type_str, "no", 2) == 0) { 319 321 compress_type = TRACE_OPTION_COMPRESSTYPE_NONE;
Note: See TracChangeset
for help on using the changeset viewer.