aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/storage_backend.c')
-rw-r--r--src/storage/storage_backend.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c
index 0c17aea42..10956155f 100644
--- a/src/storage/storage_backend.c
+++ b/src/storage/storage_backend.c
@@ -79,6 +79,9 @@
#if WITH_STORAGE_RBD
# include "storage_backend_rbd.h"
#endif
+#if WITH_STORAGE_SHEEPDOG
+# include "storage_backend_sheepdog.h"
+#endif
#define VIR_FROM_THIS VIR_FROM_STORAGE
@@ -108,6 +111,9 @@ static virStorageBackendPtr backends[] = {
#if WITH_STORAGE_RBD
&virStorageBackendRBD,
#endif
+#if WITH_STORAGE_SHEEPDOG
+ &virStorageBackendSheepdog,
+#endif
NULL
};