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
eeeb5865
Commit
eeeb5865
authored
Dec 14, 2017
by
Tycho Andersen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SHARE_NS options should be before OPT_USAGE
Signed-off-by:
Tycho Andersen
<
tycho@tycho.ws
>
parent
d76e3e1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
arguments.h
src/lxc/tools/arguments.h
+4
-5
No files found.
src/lxc/tools/arguments.h
View file @
eeeb5865
...
@@ -160,11 +160,10 @@ struct lxc_arguments {
...
@@ -160,11 +160,10 @@ struct lxc_arguments {
#define OPT_USAGE 0x1000
#define OPT_USAGE 0x1000
#define OPT_VERSION OPT_USAGE - 1
#define OPT_VERSION OPT_USAGE - 1
#define OPT_RCFILE OPT_USAGE - 2
#define OPT_RCFILE OPT_USAGE - 2
#define OPT_SHARE_NET OPT_USAGE - 3
#define OPT_SHARE_NET OPT_USAGE + 1
#define OPT_SHARE_IPC OPT_USAGE - 4
#define OPT_SHARE_IPC OPT_USAGE + 2
#define OPT_SHARE_UTS OPT_USAGE - 5
#define OPT_SHARE_UTS OPT_USAGE + 3
#define OPT_SHARE_PID OPT_USAGE - 6
#define OPT_SHARE_PID OPT_USAGE + 4
extern
int
lxc_arguments_parse
(
struct
lxc_arguments
*
args
,
int
argc
,
extern
int
lxc_arguments_parse
(
struct
lxc_arguments
*
args
,
int
argc
,
char
*
const
argv
[]);
char
*
const
argv
[]);
...
...
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