aboutsummaryrefslogtreecommitdiff
path: root/libstore/nbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/nbd.c')
-rw-r--r--libstore/nbd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstore/nbd.c b/libstore/nbd.c
index fc815c70..13b5c3b4 100644
--- a/libstore/nbd.c
+++ b/libstore/nbd.c
@@ -357,7 +357,8 @@ nbd_clear_flags (struct store *store, int flags)
return err;
}
-struct store_class store_nbd_class =
+const struct store_class
+store_nbd_class =
{
STORAGE_NETWORK, "nbd",
open: nbd_open,