From: Laurent Barbe Date: Sun, 13 Dec 2015 21:30:30 +0000 (+0100) Subject: Fix API break on bdev_specs X-Git-Tag: lxc-2.0.0.beta1~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed52ec63cb0cfb11ac598d7ecb9abf53b877da8;p=thirdparty%2Flxc.git Fix API break on bdev_specs Signed-off-by: Laurent Barbe --- diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index 134477ce7..6d155a14d 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -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 */ }; /*!