2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 22:39:32 +00:00

lxccontainer: do_lxcapi_wait()

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2018-02-24 15:22:04 +01:00
parent 871ed23baa
commit e202dfb821

View File

@@ -666,7 +666,8 @@ static bool do_lxcapi_want_close_all_fds(struct lxc_container *c, bool state)
WRAP_API_1(bool, lxcapi_want_close_all_fds, bool)
static bool do_lxcapi_wait(struct lxc_container *c, const char *state, int timeout)
static bool do_lxcapi_wait(struct lxc_container *c, const char *state,
int timeout)
{
int ret;