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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user