]> xenbits.xensource.com Git - libvirt.git/commit
lxc_container: Turn lxcAttachNS into calling virProcessSetNamespaces
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Aug 2015 00:59:29 +0000 (02:59 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Aug 2015 13:05:52 +0000 (15:05 +0200)
commit692e9fac756013d9a0c32ad25763e7a831d65d44
tree3fa7303b2fb1b3fa8ef8c0de90ffabedbe42278d
parentfb0ef0d5110dd737bde2b79e17c12b71a69f5d06
lxc_container: Turn lxcAttachNS into calling virProcessSetNamespaces

Now that virProcessSetNamespaces() does accept FD list in the
correct format, we can simply turn lxcAttachNS into calling
virProcessSetNamespaces().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/lxc/lxc_container.c