]> xenbits.xensource.com Git - libvirt.git/commit
network: implement RPC calls for virNetworkUpdate
authorLaine Stump <laine@laine.org>
Mon, 20 Aug 2012 03:54:57 +0000 (23:54 -0400)
committerLaine Stump <laine@laine.org>
Tue, 18 Sep 2012 08:21:32 +0000 (04:21 -0400)
commit7a99b0abafb69e1686198ac3473892a9aaeb8255
tree8971483ed57653e0730cc9620d93c268577a8a20
parent574b9bc66b6b10cc4cf50f299c3f0ff55f2cbefb
network: implement RPC calls for virNetworkUpdate

This is very short, because almost everything is autogenerated. All
that's needed are:

* src/remote/remote_driver.c: add pointer to autogenerated
    remoteNetworkUpdate to the function table for the remote
    network driver.

* src/remote/remote_protocol.x: add the "args" struct and add one more
    item to the remote_procedure enum for this function.

* src/remote_protocol-struct: update to match remote_protocol.x
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs