On Fri, Sep 27, 2019 at 06:17:25PM +0100, Daniel P. Berrangé wrote:
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.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/Makefile.am | 3 +--
src/admin_protocol-structs | 9 ---------
src/remote_protocol-structs | 9 ---------
3 files changed, 1 insertion(+), 20 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>