aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-02-01 14:49:40 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-02-01 14:49:40 +0100
commit829dd9183cbefccdf38f87463fa5c2719e774204 (patch)
tree17d67a0284357abaf0391d2b8af30ccbfde4c52a /src/lxc/arguments.h
parentlxc-0.7.4-rc1 (diff)
downloadlxc-0.7.4-rc1.tar.gz
lxc-0.7.4-rc1.tar.bz2
lxc-0.7.4-rc1.zip
lxc-start can output the console to a filelxc-0.7.4-rc1
Add the ability to specify a file to output the console. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'src/lxc/arguments.h')
-rw-r--r--src/lxc/arguments.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxc/arguments.h b/src/lxc/arguments.h
index cee1010..a2c35c4 100644
--- a/src/lxc/arguments.h
+++ b/src/lxc/arguments.h
@@ -44,6 +44,7 @@ struct lxc_arguments {
int quiet;
int daemonize;
const char *rcfile;
+ const char *console;
/* for lxc-checkpoint/restart */
const char *statefile;