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
8eb14fa0
Unverified
Commit
8eb14fa0
authored
Jun 29, 2020
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start: use __aligned_u64
Closes: Coverity 1465044. Closes: Coverity 1465046. Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
0e609c17
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
start.h
src/lxc/start.h
+3
-1
No files found.
src/lxc/start.h
View file @
8eb14fa0
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
#ifndef __LXC_START_H
#ifndef __LXC_START_H
#define __LXC_START_H
#define __LXC_START_H
#include <linux/sched.h>
#include <sched.h>
#include <signal.h>
#include <signal.h>
#include <stdbool.h>
#include <stdbool.h>
#include <sys/param.h>
#include <sys/param.h>
...
@@ -37,7 +39,7 @@ struct lxc_handler {
...
@@ -37,7 +39,7 @@ struct lxc_handler {
unsigned
int
ns_clone_flags
;
unsigned
int
ns_clone_flags
;
unsigned
int
ns_on_clone_flags
;
unsigned
int
ns_on_clone_flags
;
unsigned
int
ns_unshare_flags
;
unsigned
int
ns_unshare_flags
;
unsigned
int
clone_flags
;
__aligned_u64
clone_flags
;
};
};
/* File descriptor to pin the rootfs for privileged containers. */
/* File descriptor to pin the rootfs for privileged containers. */
...
...
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