X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Flxc%2Fconf.h;h=2664a1527ce4f600e37a591bfe1b5ff4d117535d;hb=HEAD;hp=7dc2f15b603cf98b7514b6aa4203ad8770724114;hpb=85a273b596e3f6736538dec7221ed37e4aa9487b;p=mirror_lxc.git diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 7dc2f15b6..185e0b35d 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -21,6 +21,7 @@ #include "list.h" #include "lxcseccomp.h" #include "memory_utils.h" +#include "mount_utils.h" #include "namespace.h" #include "ringbuf.h" #include "start.h" @@ -223,7 +224,7 @@ struct lxc_mount_options { unsigned long mnt_flags; unsigned long prop_flags; char *data; - struct lxc_mount_attr attr; + struct mount_attr attr; char *raw_options; }; @@ -232,7 +233,7 @@ struct lxc_mount_options { * @path : the rootfs source (directory or device) * @mount : where it is mounted * @buf : static buffer to construct paths - * @bev_type : optional backing store type + * @bdev_type : optional backing store type * @managed : whether it is managed by LXC * @dfd_mnt : fd for @mount * @dfd_dev : fd for /dev of the container