summaryrefslogtreecommitdiff
path: root/src/rpc/gendispatch.pl
diff options
context:
space:
mode:
authorJohn Ferlan <jferlan@redhat.com>2015-03-05 14:28:39 -0500
committerJohn Ferlan <jferlan@redhat.com>2015-03-11 12:23:33 -0400
commitd8977b8ea36780f559f05052df2d691c6cc26258 (patch)
tree989b5880fc472fe21c9f3d3a47790432a2bdcc68 /src/rpc/gendispatch.pl
parent71b234ce681ea34e9e1b493c600b0df2f77b8acb (diff)
downloadlibvirt-d8977b8ea36780f559f05052df2d691c6cc26258.tar.gz
remote: Implement the plumbing for virDomainPinIOThread
Implement the remote plumbing.
Diffstat (limited to 'src/rpc/gendispatch.pl')
-rwxr-xr-xsrc/rpc/gendispatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/gendispatch.pl b/src/rpc/gendispatch.pl
index 78cb415eb6..8b488ebca8 100755
--- a/src/rpc/gendispatch.pl
+++ b/src/rpc/gendispatch.pl
@@ -68,6 +68,7 @@ sub fixup_name {
$name =~ s/Fsthaw$/FSThaw/;
$name =~ s/Fsinfo$/FSInfo/;
$name =~ s/Iothreads$/IOThreads/;
+ $name =~ s/Iothread$/IOThread/;
$name =~ s/Scsi/SCSI/;
$name =~ s/Wwn$/WWN/;
$name =~ s/Dhcp$/DHCP/;