2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 17:39:34 +00:00

Fix API break on bdev_specs

Signed-off-by: Laurent Barbe <laurent@ksperis.com>
This commit is contained in:
Laurent Barbe
2015-12-13 22:30:30 +01:00
parent a237da92a0
commit 7ed52ec63c

View File

@@ -857,11 +857,11 @@ struct bdev_specs {
char *lv; /*!< LVM Logical Volume name */
char *thinpool; /*!< LVM thin pool to use, if any */
} lvm;
char *dir; /*!< Directory path */
struct {
char *rbdname; /*!< RBD image name */
char *rbdpool; /*!< Ceph pool name */
} rbd;
char *dir; /*!< Directory path */
};
/*!