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
8e50bbe6
Unverified
Commit
8e50bbe6
authored
May 29, 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
61a53c32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
conf.h
src/lxc/conf.h
+5
-4
No files found.
src/lxc/conf.h
View file @
8e50bbe6
...
@@ -260,7 +260,10 @@ struct lxc_conf {
...
@@ -260,7 +260,10 @@ struct lxc_conf {
/* maximum pty devices allowed by devpts mount */
/* maximum pty devices allowed by devpts mount */
size_t
pty_max
;
size_t
pty_max
;
/* set to true when rootfs has been setup */
bool
rootfs_setup
;
struct
lxc_rootfs
rootfs
;
struct
lxc_rootfs
rootfs
;
bool
close_all_fds
;
bool
close_all_fds
;
struct
{
struct
{
...
@@ -301,9 +304,6 @@ struct lxc_conf {
...
@@ -301,9 +304,6 @@ struct lxc_conf {
/* unshare the mount namespace in the monitor */
/* unshare the mount namespace in the monitor */
unsigned
int
monitor_unshare
;
unsigned
int
monitor_unshare
;
/* set to true when rootfs has been setup */
bool
rootfs_setup
;
/* list of included files */
/* list of included files */
struct
lxc_list
includes
;
struct
lxc_list
includes
;
/* config entries which are not "lxc.*" are aliens */
/* config entries which are not "lxc.*" are aliens */
...
@@ -315,7 +315,8 @@ struct lxc_conf {
...
@@ -315,7 +315,8 @@ struct lxc_conf {
/* text representation of the config file */
/* text representation of the config file */
char
*
unexpanded_config
;
char
*
unexpanded_config
;
size_t
unexpanded_len
,
unexpanded_alloced
;
size_t
unexpanded_len
;
size_t
unexpanded_alloced
;
/* default command for lxc-execute */
/* default command for lxc-execute */
char
*
execute_cmd
;
char
*
execute_cmd
;
...
...
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