diff options
Diffstat (limited to 'libstore/mvol.c')
-rw-r--r-- | libstore/mvol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/mvol.c b/libstore/mvol.c index f0c87f6c..ed5e0e60 100644 --- a/libstore/mvol.c +++ b/libstore/mvol.c @@ -78,7 +78,7 @@ mvol_remap (struct store *source, return store_remap_create (source, runs, num_runs, 0, store); } -struct store_class +const struct store_class store_mvol_class = { -1, "mvol", mvol_read, mvol_write, |