compressor: add zstd back

it's a regression introduced by 16c3552a

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2018-03-29 08:54:29 +08:00
parent 7dbc67f5e0
commit 77a2a1ffca

View File

@ -48,6 +48,7 @@ public:
{ "none", COMP_ALG_NONE },
{ "snappy", COMP_ALG_SNAPPY },
{ "zlib", COMP_ALG_ZLIB },
{ "zstd", COMP_ALG_ZSTD },
#ifdef HAVE_LZ4
{ "lz4", COMP_ALG_LZ4 },
#endif