From c25eee58c933a1ada8f5550377081c765ef24213 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 27 Jul 2018 23:50:05 +0530 Subject: 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 --- xlators/features/cloudsync/src/cloudsync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/features') 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, }; -- cgit