]> xenbits.xensource.com Git - libvirt.git/commit
remote: don't pull anonymous enums into rpc protocol structs
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Sep 2019 11:24:25 +0000 (12:24 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 1 Oct 2019 13:27:15 +0000 (14:27 +0100)
commit509a1d9da44461ecf3405c545ce7c7df2da25693
tree132e817c590f2017a03d83d967840fc66938fd97
parent557ac8cbf54054de1372e45041dd54037ef26c07
remote: don't pull anonymous enums into rpc protocol structs

The VIR_TYPED_PARAM_* enum fields are defined in libvirt-common.h, not
in the remote protcol, so shouldn't be part of the protocol structs
output check. This avoids similar problems hitting when we add use of
glib, which has other such anonymous enums.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/Makefile.am
src/admin_protocol-structs
src/remote_protocol-structs