terminal: lxc_terminal_io_cb()

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-02-28 11:58:50 +01:00
parent 8903fb0826
commit 2b8bf29907
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -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)