]> xenbits.xensource.com Git - libvirt.git/commit
remote generator: handle remoteDomainCreateWithFlags()
authorMarc Hartmayer <mhartmay@linux.vnet.ibm.com>
Thu, 19 Jan 2017 20:17:12 +0000 (21:17 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 9 Feb 2017 22:21:15 +0000 (17:21 -0500)
commitfd98631cf0ecf9b9aea81d7c9a510a7c3e6143e4
tree07d0b35c3d6f6026f6ae9b1696cb585242e45d8b
parentc26fe44be59abdc44169a97ec973f13e0e747452
remote generator: handle remoteDomainCreateWithFlags()

This commit removes the handcrafted code for
remoteDomainCreateWithFlags() and lets it auto generate.

A little bit of history repeating...
Commit 03d813bbcd7b4a183601055006 removed the auto generation of
remoteDomainCreateWithFlags() because it was thought that the design
flaw in the remote protocol for virDomainCreate is also within the
remote protocol for virDomainCreateWithFlags. As the commit message of
ddaf15d7a3863d54e242f8ff75 mentions this is not the case therefore we
can auto generate the client part.

Even worse there was a typo in remoteDomainCreateWithFlags()

'remote_domain_create_with_flags_args ret;' but in fact it has to be
'remote_domain_create_with_flags_ret ret;'.

Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
src/remote/remote_driver.c
src/remote/remote_protocol.x