From d079d6f6ec21955a600feb43e1154cabf18008ff Mon Sep 17 00:00:00 2001 From: Ashish Pandey Date: Mon, 11 Apr 2016 17:31:58 +0530 Subject: performance/decompounder: Add graph for decompounder xlator This xlator will fall below protocol/server. This is mandatory xlator without any options. Observed that the callback for decompounder translator was not added which was causing volume start to fail. Added cbks for decompounder. Change-Id: I3e16a566376338d9c6d36d6fbc7bf295fda9f3a6 BUG: 1335019 Signed-off-by: Ashish Pandey Reviewed-on: http://review.gluster.org/13968 Smoke: Gluster Build System Reviewed-by: Ravishankar N Reviewed-by: Anuradha Talur NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee --- xlators/performance/decompounder/src/decompounder.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xlators/performance/decompounder') diff --git a/xlators/performance/decompounder/src/decompounder.c b/xlators/performance/decompounder/src/decompounder.c index 830876ec0bf..3009fcdd4b1 100644 --- a/xlators/performance/decompounder/src/decompounder.c +++ b/xlators/performance/decompounder/src/decompounder.c @@ -899,6 +899,12 @@ out: return 0; } +struct xlator_cbks cbks = { +}; + +struct volume_options options[] = { +}; + struct xlator_fops fops = { .compound = dc_compound, }; -- cgit