mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 06:06:57 +00:00
terminal: lxc_terminal_io_cb()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
8903fb0826
commit
2b8bf29907
@ -416,7 +416,7 @@ int lxc_terminal_io_cb(int fd, uint32_t events, void *data,
|
|||||||
if (w_log < 0)
|
if (w_log < 0)
|
||||||
TRACE("Failed to write %d bytes to terminal log", r);
|
TRACE("Failed to write %d bytes to terminal log", r);
|
||||||
|
|
||||||
return 0;
|
return LXC_MAINLOOP_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int lxc_terminal_mainloop_add_peer(struct lxc_terminal *terminal)
|
static int lxc_terminal_mainloop_add_peer(struct lxc_terminal *terminal)
|
||||||
|
Loading…
Reference in New Issue
Block a user