mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-24 05:24:46 +00:00
lxccontainer: do_lxcapi_wait()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
871ed23baa
commit
e202dfb821
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user