mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-24 00:58:54 +03:00
Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo
This commit is contained in:
@ -279,8 +279,8 @@ for name in sorted(basicklassmap):
|
||||
func = "nwfilter" + func[8:]
|
||||
if func[0:8] == "fSFreeze" or func[0:6] == "fSThaw" or func[0:6] == "fSInfo":
|
||||
func = "fs" + func[2:]
|
||||
if func[0:13] == "iOThreadsInfo":
|
||||
func = "ioThreadsInfo"
|
||||
if func[0:12] == "iOThreadInfo":
|
||||
func = "ioThreadInfo"
|
||||
|
||||
if klass == "virNetwork":
|
||||
func = func.replace("dHCP", "DHCP")
|
||||
|
Reference in New Issue
Block a user