summaryrefslogtreecommitdiffstats
path: root/xlators/debug
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/debug')
-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,