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:
@@ -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'ed set of virDomainModificationImpact'/>
|
||||
|
||||
Reference in New Issue
Block a user