2 <api name='libvir-lxc-python'>
4 <function name='virDomainLxcOpenNamespace' file='python-lxc'>
5 <info><![CDATA[This API is LXC specific, so it will only work with hypervisor
6 connections to the LXC driver.
8 Open the namespaces associated with the container @domain
9 and return a list of file descriptors associated with the
12 The returned file descriptors are intended to be used with
13 the setns() system call.]]></info>
14 <return type='int' info='the list of open file descriptors, or -1 on error'/>
15 <arg name='domain' type='virDomainPtr' info='a domain object'/>
16 <arg name='flags' type='unsigned int' info='currently unused, pass 0'/>