mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 03:06:07 +00:00
conf: non-functional changes
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
e528c7356b
commit
a2db71c041
@ -253,11 +253,13 @@ struct lxc_conf {
|
|||||||
struct lxc_list caps;
|
struct lxc_list caps;
|
||||||
struct lxc_list keepcaps;
|
struct lxc_list keepcaps;
|
||||||
|
|
||||||
/* Comma-separated list of lxc.tty.max pty names. */
|
/* /dev/tty<idx> devices */
|
||||||
struct lxc_tty_info ttys;
|
struct lxc_tty_info ttys;
|
||||||
|
/* /dev/console device */
|
||||||
|
struct lxc_terminal console;
|
||||||
|
/* maximum pty devices allowed by devpts mount */
|
||||||
size_t pty_max;
|
size_t pty_max;
|
||||||
|
|
||||||
struct lxc_terminal console;
|
|
||||||
struct lxc_rootfs rootfs;
|
struct lxc_rootfs rootfs;
|
||||||
bool close_all_fds;
|
bool close_all_fds;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user