diff options
Diffstat (limited to 'xlators/performance')
| -rw-r--r-- | xlators/performance/decompounder/src/decompounder.c | 6 | 
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,  };  | 
