]> git.ipfire.org Git - thirdparty/libvirt.git/commit
logging: remove redundant XDR typedef
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 19 Dec 2022 19:14:36 +0000 (14:14 -0500)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Jan 2023 17:33:54 +0000 (12:33 -0500)
commit3ebcd59d21d74ff8508d815c5d61d42f5e659598
tree2e3f4ad308dee99851c3e64877e1d8fc6fb0a4be
parentf143e4e7b66562a1f423d22564e3c5555dd7944d
logging: remove redundant XDR typedef

Every enum/struct/union implicitly includes a typedef in the
emitted C code. Furthermore, the syntax used to declare the
redundant typedef is not compliant with the XDR spec.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/logging/log_protocol.x