]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote generator: Fix XDR sign mismatch for virNodeGet(Cells)FreeMemory
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 21 May 2011 10:24:40 +0000 (12:24 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 25 May 2011 17:18:09 +0000 (19:18 +0200)
commit30e9b1a186c1e5b94956e92d6dd4aa4a11d4aa45
tree7ab2c45e6864556d91a9870e9aa55f3322fb2721
parentc2de9f4a15abe4bb57b9c97daf37bd8b0f433ed7
remote generator: Fix XDR sign mismatch for virNodeGet(Cells)FreeMemory

virNodeGetFreeMemory used unsigned long long in the public API but
signed hyper in the XDR protocol. Convert the XDR protocol to use
unsigned hyper.

As explained by Eric before, this doesn't affect the on-the-wire protocol.
daemon/remote_generator.pl
src/remote/remote_protocol.x
src/remote_protocol-structs