Skip to content

Commit

Permalink
lxccontainer: do_lxcapi_wait()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Aug 23, 2018
1 parent 642da15 commit a92d5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lxc/lxccontainer.c
Expand Up @@ -639,7 +639,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;

Expand Down

0 comments on commit a92d5fa

Please sign in to comment.