lxccontainer: do_lxcapi_wait()

parent 871ed23b
...@@ -666,7 +666,8 @@ static bool do_lxcapi_want_close_all_fds(struct lxc_container *c, bool state) ...@@ -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) 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; int ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment