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/performance/nl-cache/src/nl-cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/nl-cache') diff --git a/xlators/performance/nl-cache/src/nl-cache.c b/xlators/performance/nl-cache/src/nl-cache.c index effe91e9798..661f96bec14 100644 --- a/xlators/performance/nl-cache/src/nl-cache.c +++ b/xlators/performance/nl-cache/src/nl-cache.c @@ -869,4 +869,5 @@ xlator_api_t xlator_api = { .cbks = &nlc_cbks, .options = nlc_options, .identifier = "nl-cache", + .category = GF_TECH_PREVIEW, }; -- cgit