File: libvirt-lxc-override-api.xml

package info (click to toggle)
libvirt-python 1.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 956 kB
  • ctags: 773
  • sloc: ansic: 8,203; python: 3,417; xml: 689; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<api name='libvir-lxc-python'>
  <symbols>
    <function name='virDomainLxcOpenNamespace' file='python-lxc'>
      <info><![CDATA[This API is LXC specific, so it will only work with hypervisor
connections to the LXC driver.

Open the namespaces associated with the container @domain
and return a list of file descriptors associated with the
container.

The returned file descriptors are intended to be used with
the setns() system call.]]></info>
      <return type='int' info='the list of open file descriptors, or -1 on error'/>
      <arg name='domain' type='virDomainPtr' info='a domain object'/>
      <arg name='flags' type='unsigned int' info='currently unused, pass 0'/>
    </function>
  </symbols>
</api>