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>
This commit is contained in:
dlezcano 2008-11-25 12:51:52 +00:00
parent 68cecc5398
commit 4c92bdfc1a
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ static const char *const catalogue[] = {
[LXC_ERROR_SETUP_MOUNT] = "Failed to setup the mount points", [LXC_ERROR_SETUP_MOUNT] = "Failed to setup the mount points",
[LXC_ERROR_SETUP_UTSNAME] = "Failed to setup the utsname", [LXC_ERROR_SETUP_UTSNAME] = "Failed to setup the utsname",
[LXC_ERROR_SETUP_NETWORK] = "Failed to setup the network", [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_SETUP_ROOTFS] = "Failed to setup the root fs",
[LXC_ERROR_INTERNAL] = "Internal system error", [LXC_ERROR_INTERNAL] = "Internal system error",

View File

@ -45,6 +45,7 @@ typedef enum {
LXC_ERROR_SETUP_MOUNT, LXC_ERROR_SETUP_MOUNT,
LXC_ERROR_SETUP_UTSNAME, LXC_ERROR_SETUP_UTSNAME,
LXC_ERROR_SETUP_NETWORK, LXC_ERROR_SETUP_NETWORK,
LXC_ERROR_SETUP_CONSOLE,
LXC_ERROR_SETUP_ROOTFS, LXC_ERROR_SETUP_ROOTFS,
LXC_ERROR_INTERNAL, LXC_ERROR_INTERNAL,