diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/cloudsync/src/cloudsync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/cloudsync/src/cloudsync.c b/xlators/features/cloudsync/src/cloudsync.c index d1f83f83da5..3e1cd6a7111 100644 --- a/xlators/features/cloudsync/src/cloudsync.c +++ b/xlators/features/cloudsync/src/cloudsync.c @@ -1727,4 +1727,5 @@ xlator_api_t xlator_api = { .cbks = &cs_cbks, .options = cs_options, .identifier = "cloudsync", + .category = GF_TECH_PREVIEW, }; |