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
e0860629
Unverified
Commit
e0860629
authored
May 26, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf: reshuffle mount members
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
35b6e9e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
conf.h
src/lxc/conf.h
+7
-3
No files found.
src/lxc/conf.h
View file @
e0860629
...
@@ -214,7 +214,6 @@ struct lxc_state_client {
...
@@ -214,7 +214,6 @@ struct lxc_state_client {
struct
lxc_conf
{
struct
lxc_conf
{
/* Pointer to the name of the container. Do not free! */
/* Pointer to the name of the container. Do not free! */
const
char
*
name
;
const
char
*
name
;
char
*
fstab
;
unsigned
int
tty
;
unsigned
int
tty
;
unsigned
int
pts
;
unsigned
int
pts
;
bool
is_execute
;
bool
is_execute
;
...
@@ -244,8 +243,13 @@ struct lxc_conf {
...
@@ -244,8 +243,13 @@ struct lxc_conf {
};
};
struct
lxc_list
network
;
struct
lxc_list
network
;
int
auto_mounts
;
struct
lxc_list
mount_list
;
struct
{
char
*
fstab
;
int
auto_mounts
;
struct
lxc_list
mount_list
;
};
struct
lxc_list
caps
;
struct
lxc_list
caps
;
struct
lxc_list
keepcaps
;
struct
lxc_list
keepcaps
;
struct
lxc_tty_info
ttys
;
struct
lxc_tty_info
ttys
;
...
...
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