]> xenbits.xensource.com Git - libvirt.git/commit
Unify int types handling in protocol files
authorJasper Lievisse Adriaanse <jasper@openbsd.org>
Sat, 9 Jan 2016 22:37:33 +0000 (01:37 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Mon, 11 Jan 2016 16:56:06 +0000 (19:56 +0300)
commit2b6f6ad64b70f3e5d874a2cfd72a7ecb5fe86a5b
treeaa29a989d6c7ef09d06745d862566ca79366a2a9
parent91b423beb72892d9d680060001244f588ef20691
Unify int types handling in protocol files

Some of the protocol files already include handing of the missing int
types such as xdr_uint64_t, some don't. To fix it everywhere, move out
of the appropriate defines to the utils/virxdrdefs.h file and include
it where needed.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
src/Makefile.am
src/admin/admin_protocol.x
src/lxc/lxc_monitor_protocol.x
src/remote/remote_protocol.x
src/rpc/virnetprotocol.x
src/util/virxdrdefs.h [new file with mode: 0644]