Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
9f154bb4
Unverified
Commit
9f154bb4
authored
May 26, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf: non-functional changes
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
d5865e7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
conf.h
src/lxc/conf.h
+4
-2
No files found.
src/lxc/conf.h
View file @
9f154bb4
...
@@ -253,11 +253,13 @@ struct lxc_conf {
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment