]> git.ipfire.org Git - thirdparty/lxc.git/commit
"busy" field set to -1 instead of 0
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Fri, 6 Dec 2019 14:07:47 +0000 (15:07 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 7 Dec 2019 15:50:39 +0000 (16:50 +0100)
commit64b23e10cfe27c4cb3d86f783050144dcbc8b1c7
treee8feca34732b7ab1a9a59458897b003c83d5c000
parent1bcae9fb23f2c7b5511fef47a8986036b1871931
"busy" field set to -1 instead of 0

"busy" field is assigned with the command socket descriptor when the terminal is in use. So, use "-1" to disable it.

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
src/lxc/terminal.c