mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-02 04:21:59 +03:00
Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
This commit is contained in:
@ -142,7 +142,7 @@ for cname in wantfunctions:
|
||||
if name[0:19] == "virDomainFSInfoFree":
|
||||
continue
|
||||
|
||||
if name[0:26] == "virDomainIOThreadsInfoFree":
|
||||
if name[0:25] == "virDomainIOThreadInfoFree":
|
||||
continue
|
||||
|
||||
if name[0:21] == "virDomainListGetStats":
|
||||
|
Reference in New Issue
Block a user