summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorAnush Shetty <ashetty@redhat.com>2012-04-11 11:49:46 +0530
committerAnand Avati <avati@redhat.com>2012-04-11 10:58:19 -0700
commit472b55a6db996ca3058fec3aa6ab9a8745cbd5cb (patch)
tree6b618cff8106522840cc54c3f38de4f78d69da8f /xlators
parent076830c068fb39bbc3e863c89a4253cbea36357e (diff)
Error-gen: declare the structure for cbks
Change-Id: Iaa2e367ad225a2b24dd56c3941163f90be74e6ee BUG: 811445 Signed-off-by: Anush Shetty <ashetty@redhat.com> Reviewed-on: http://review.gluster.com/3121 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/debug/error-gen/src/error-gen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/debug/error-gen/src/error-gen.c b/xlators/debug/error-gen/src/error-gen.c
index 74b6a6153..6ecca2ee5 100644
--- a/xlators/debug/error-gen/src/error-gen.c
+++ b/xlators/debug/error-gen/src/error-gen.c
@@ -2084,6 +2084,9 @@ fini (xlator_t *this)
return;
}
+struct xlator_fops cbks = {
+};
+
struct xlator_fops fops = {
.lookup = error_gen_lookup,
.stat = error_gen_stat,