]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix API break on bdev_specs
authorLaurent Barbe <laurent@ksperis.com>
Sun, 13 Dec 2015 21:30:30 +0000 (22:30 +0100)
committerLaurent Barbe <laurent@ksperis.com>
Sun, 13 Dec 2015 21:35:43 +0000 (22:35 +0100)
Signed-off-by: Laurent Barbe <laurent@ksperis.com>
src/lxc/lxccontainer.h

index 134477ce76fbf298231e967b04ab7b30802ddb42..6d155a14d38ff966b0d706df3ee9b43a9a510ae6 100644 (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 */
 };
 
 /*!