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
2df612d4
Unverified
Commit
2df612d4
authored
May 21, 2021
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf: use explicit signage in bit field
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
111ed96e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
conf.h
src/lxc/conf.h
+6
-6
No files found.
src/lxc/conf.h
View file @
2df612d4
...
@@ -197,12 +197,12 @@ typedef enum lxc_mount_options_t {
...
@@ -197,12 +197,12 @@ typedef enum lxc_mount_options_t {
__hidden
extern
const
char
*
lxc_mount_options_info
[
LXC_MOUNT_MAX
];
__hidden
extern
const
char
*
lxc_mount_options_info
[
LXC_MOUNT_MAX
];
struct
lxc_mount_options
{
struct
lxc_mount_options
{
int
create_dir
:
1
;
unsigned
int
create_dir
:
1
;
int
create_file
:
1
;
unsigned
int
create_file
:
1
;
int
optional
:
1
;
unsigned
int
optional
:
1
;
int
relative
:
1
;
unsigned
int
relative
:
1
;
int
recursive
:
1
;
unsigned
int
recursive
:
1
;
int
bind
:
1
;
unsigned
int
bind
:
1
;
char
userns_path
[
PATH_MAX
];
char
userns_path
[
PATH_MAX
];
unsigned
long
mnt_flags
;
unsigned
long
mnt_flags
;
unsigned
long
prop_flags
;
unsigned
long
prop_flags
;
...
...
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