summaryrefslogtreecommitdiffstats
path: root/xlators/performance/decompounder/src/decompounder.c
diff options
context:
space:
mode:
authorAshish Pandey <aspandey@redhat.com>2016-04-11 17:31:58 +0530
committerNiels de Vos <ndevos@redhat.com>2016-06-14 08:16:51 -0700
commit232482637171142b3a9da19bf91403fc63b19b10 (patch)
treee0c93e446d3a68332ec18b071b04f1c0c2d34c33 /xlators/performance/decompounder/src/decompounder.c
parent7b972c02d6fd96ef85fff4518f4122341ab5c6b0 (diff)
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. master- http://review.gluster.org/#/c/13968/ Change-Id: I3e16a566376338d9c6d36d6fbc7bf295fda9f3a6 BUG: 1346222 Signed-off-by: Ashish Pandey <aspandey@redhat.com> Reviewed-on: http://review.gluster.org/14729 Reviewed-by: Ravishankar N <ravishankar@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Anuradha Talur <atalur@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Niels de Vos <ndevos@redhat.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/performance/decompounder/src/decompounder.c')
-rw-r--r--xlators/performance/decompounder/src/decompounder.c6
1 files changed, 6 insertions, 0 deletions
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,
};