1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-12-04 20:23:46 +03:00

Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo

This commit is contained in:
Ján Tomko
2015-03-26 12:22:13 +01:00
parent c58b696a56
commit e1e9b27096
4 changed files with 10 additions and 10 deletions

View File

@@ -278,7 +278,7 @@
<arg name='cpumap' type='unsigned char *' info='pointer to a bit map of real CPUs (in 8-bit bytes) (IN) Each bit set to 1 means that corresponding CPU is usable. Bytes are stored in little-endian order: CPU0-7, 8-15... In each byte, lowest CPU number is least significant bit.'/>
<arg name='flags' type='int' info='flags to specify'/>
</function>
<function name='virDomainGetIOThreadsInfo' file='python'>
<function name='virDomainGetIOThreadInfo' file='python'>
<info>Query the CPU affinity setting of the IOThreads of the domain</info>
<arg name='domain' type='virDomainPtr' info='pointer to domain object, or NULL for Domain0'/>
<arg name='flags' type='int' info='an OR&apos;ed set of virDomainModificationImpact'/>