diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-07-27 23:50:05 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-09-04 09:16:36 +0000 |
commit | c25eee58c933a1ada8f5550377081c765ef24213 (patch) | |
tree | 37fc1ceac22f713cfea1154018f051e8372b49e8 /xlators/features | |
parent | a105b25915a2b9c900957c71443e0be2ef5fa9ec (diff) |
xlators: add classification flag to some
Add classification to those translators which has `xlator_api_t`
already defined and used.
Updates: #430
Change-Id: I9d2772cb2c4ed4ab06aaa546500cf3b7d00bddac
Signed-off-by: Amar Tumballi <amarts@redhat.com>
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, }; |