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
4c92bdfc
Commit
4c92bdfc
authored
Nov 25, 2008
by
dlezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the console error value
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the console error value Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
68cecc53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
error.c
src/lxc/error.c
+1
-0
error.h
src/lxc/error.h
+1
-0
No files found.
src/lxc/error.c
View file @
4c92bdfc
...
...
@@ -46,6 +46,7 @@ static const char *const catalogue[] = {
[
LXC_ERROR_SETUP_MOUNT
]
=
"Failed to setup the mount points"
,
[
LXC_ERROR_SETUP_UTSNAME
]
=
"Failed to setup the utsname"
,
[
LXC_ERROR_SETUP_NETWORK
]
=
"Failed to setup the network"
,
[
LXC_ERROR_SETUP_CONSOLE
]
=
"Failed to setup the console"
,
[
LXC_ERROR_SETUP_ROOTFS
]
=
"Failed to setup the root fs"
,
[
LXC_ERROR_INTERNAL
]
=
"Internal system error"
,
...
...
src/lxc/error.h
View file @
4c92bdfc
...
...
@@ -45,6 +45,7 @@ typedef enum {
LXC_ERROR_SETUP_MOUNT
,
LXC_ERROR_SETUP_UTSNAME
,
LXC_ERROR_SETUP_NETWORK
,
LXC_ERROR_SETUP_CONSOLE
,
LXC_ERROR_SETUP_ROOTFS
,
LXC_ERROR_INTERNAL
,
...
...
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