mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Rename DomainGetIOThreadsInfo to DomainGetIOThreadInfo
While it returns info about multiple threads, the version without the plural is easier to read.
This commit is contained in:
@@ -1607,7 +1607,7 @@ struct _virDomainIOThreadInfo {
|
||||
|
||||
void virDomainIOThreadInfoFree(virDomainIOThreadInfoPtr info);
|
||||
|
||||
int virDomainGetIOThreadsInfo(virDomainPtr domain,
|
||||
int virDomainGetIOThreadInfo(virDomainPtr domain,
|
||||
virDomainIOThreadInfoPtr **info,
|
||||
unsigned int flags);
|
||||
int virDomainPinIOThread(virDomainPtr domain,
|
||||
|
||||
Reference in New Issue
Block a user