diff options
Diffstat (limited to 'xlators/features/compress/src/cdc.c')
| -rw-r--r-- | xlators/features/compress/src/cdc.c | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/xlators/features/compress/src/cdc.c b/xlators/features/compress/src/cdc.c index 19e56b0daa5..b0b51e914ed 100644 --- a/xlators/features/compress/src/cdc.c +++ b/xlators/features/compress/src/cdc.c @@ -334,3 +334,15 @@ struct volume_options options[] = {                      "to disk as a gzip file."},      {.key = {NULL}},  }; + +xlator_api_t xlator_api = { +    .init = init, +    .fini = fini, +    .mem_acct_init = mem_acct_init, +    .op_version = {GD_OP_VERSION_3_9_0}, +    .fops = &fops, +    .cbks = &cbks, +    .options = options, +    .identifier = "cdc", +    .category = GF_TECH_PREVIEW, +};  | 
