]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/lxc_start.c
add support of a lxc log file to cli
authorMichel Normand <normand@fr.ibm.com>
Thu, 14 May 2009 13:52:03 +0000 (15:52 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 14 May 2009 13:52:03 +0000 (15:52 +0200)
commit51cab6315f1500af5105cfbf56cc03b2ceefa0d9
tree155088acb68b5ed015631efb394d8ed5c3b32297
parent3ab87b66af0fd1ac967683a75278ea39fe554a70
add support of a lxc log file to cli

this is adding -o and -l options to all cli of lxc

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
17 files changed:
src/lxc/log.c
src/lxc/log.h
src/lxc/lxc_cgroup.c
src/lxc/lxc_checkpoint.c
src/lxc/lxc_console.c
src/lxc/lxc_create.c
src/lxc/lxc_destroy.c
src/lxc/lxc_execute.c
src/lxc/lxc_freeze.c
src/lxc/lxc_info.c
src/lxc/lxc_monitor.c
src/lxc/lxc_restart.c
src/lxc/lxc_start.c
src/lxc/lxc_stop.c
src/lxc/lxc_unfreeze.c
src/lxc/lxc_unshare.c
src/lxc/lxc_wait.c