lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
431 stars 76 forks source link

don't use lxc_wait_for_pid_status #45

Closed tych0 closed 9 years ago

tych0 commented 9 years ago

This isn't a public symbol exported by, and we were basically just getting lucky. We should instead use our own copy of this function and not steal from lxc.

Signed-off-by: Tycho Andersen tycho.andersen@canonical.com