diff options
author | Anush Shetty <ashetty@redhat.com> | 2012-04-11 11:49:46 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-11 10:58:19 -0700 |
commit | 472b55a6db996ca3058fec3aa6ab9a8745cbd5cb (patch) | |
tree | 6b618cff8106522840cc54c3f38de4f78d69da8f /xlators/debug/error-gen | |
parent | 076830c068fb39bbc3e863c89a4253cbea36357e (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/debug/error-gen')
-rw-r--r-- | xlators/debug/error-gen/src/error-gen.c | 3 |
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 74b6a615333..6ecca2ee508 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, |