]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix sign mismatches between public API, driver API and XDR protocol
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 21 May 2011 14:20:44 +0000 (16:20 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 25 May 2011 17:18:14 +0000 (19:18 +0200)
commit1ff2b6f6ee87552e0348c79a7dcafd71d14ee39d
treef9e74db92e47fd9d245f4c5d23c0a3da0fdfec0b
parent30e9b1a186c1e5b94956e92d6dd4aa4a11d4aa45
Fix sign mismatches between public API, driver API and XDR protocol

In most cases this affects flags parameters that are unsigned in the
public and driver API but signed in the XDR protocol. Switch the
XDR protocol to unsigned for those.

A counterexample is virNWFilterGetXMLDesc. Its flags parameter is signed
in the public API and XDR protocol, but unsigned in the driver API.
daemon/remote_generator.pl
src/driver.h
src/nwfilter/nwfilter_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs