Changeset 15e9390 for lib/wandio.c
- Timestamp:
- 10/15/09 17:49:42 (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:
- 3c26e2a
- Parents:
- db03808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/wandio.c
r91b72d3 r15e9390 6 6 7 7 struct compression_type compression_type[] = { 8 { "GZ", WANDIO_COMPRESS_ZLIB, "gz"},9 { "BZ2", WANDIO_COMPRESS_BZ2, "bz2"},10 { "NONE", WANDIO_COMPRESS_NONE, ""}8 { "GZ", "gz", WANDIO_COMPRESS_ZLIB }, 9 { "BZ2", "bz2", WANDIO_COMPRESS_BZ2 }, 10 { "NONE", "", WANDIO_COMPRESS_NONE } 11 11 }; 12 12
Note: See TracChangeset
for help on using the changeset viewer.