]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/console.c
console: add "write_logfile" to console_log struct
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 26 Oct 2017 21:49:21 +0000 (23:49 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 6 Nov 2017 23:54:54 +0000 (00:54 +0100)
commit63b74cdaf799951309e17ef057dac73941090745
tree3c78a38fed17c6a631838fb8e31740a712ea9daf
parent40117d053194dafd05b24b361632d2f686ff639b
console: add "write_logfile" to console_log struct

If a console log file was specified this flag indicates whether the contents of
the ringbuffer should be written to the logfile when a request is sent to the
ringbuffer.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/commands.c
src/lxc/commands.h
src/lxc/console.c
src/lxc/console.h
src/lxc/lxccontainer.c
src/lxc/lxccontainer.h