[libvirt] [PATCH 4/7] gendispatch: remove IOThreads from name fixups

Ján Tomko jtomko at redhat.com
Wed Mar 25 18:39:09 UTC 2015


No more APIs have IOThreads in their name now.
---
 src/rpc/gendispatch.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/rpc/gendispatch.pl b/src/rpc/gendispatch.pl
index aa73d0c..b642d6e 100755
--- a/src/rpc/gendispatch.pl
+++ b/src/rpc/gendispatch.pl
@@ -67,7 +67,6 @@ sub fixup_name {
     $name =~ s/Fsfreeze$/FSFreeze/;
     $name =~ s/Fsthaw$/FSThaw/;
     $name =~ s/Fsinfo$/FSInfo/;
-    $name =~ s/Iothreads$/IOThreads/;
     $name =~ s/Iothread$/IOThread/;
     $name =~ s/Scsi/SCSI/;
     $name =~ s/Wwn$/WWN/;
-- 
2.0.5




More information about the libvir-list mailing list