]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: also track RPC on-wire enum values
authorEric Blake <eblake@redhat.com>
Thu, 14 Jul 2011 16:18:40 +0000 (10:18 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 15 Jul 2011 23:48:09 +0000 (17:48 -0600)
commit703d4ed594633b950fa0227d6528cb86b8f61852
tree2aa96df525e947082c6c78b4a50ef71f2136fcaf
parentaea883abc9ab9f360096d017b501d16f8261950e
build: also track RPC on-wire enum values

As long as we guarantee RPC struct layout stability, we might as
well also guarantee RPC enum value constancy.

* src/Makefile.am (r1, r2, PDWTAGS): Adjust rule to pick up named
and anonymous enums.
* src/remote_protocol-structs: Add enum values.
* src/qemu_protocol-structs: Likewise.
* src/virnetprotocol-structs: Likewise.
src/Makefile.am
src/qemu_protocol-structs
src/remote_protocol-structs
src/virnetprotocol-structs