]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevvportprofile: Turn virNetDevVPortProfileLinkOp enum into a proper typedef
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Sep 2023 13:45:12 +0000 (15:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Sep 2023 15:18:48 +0000 (17:18 +0200)
commit4af0c1d60e2da52c865e032b37d48a5e086121f1
tree470d2aa52e4e4d23c37b12c4b721a815631cb67f
parented80ce426e4c4fa8e91cb09214b5cf21023811af
virnetdevvportprofile: Turn virNetDevVPortProfileLinkOp enum into a proper typedef

This allows us to declare variables without using 'enum
virNetDev....' and will become more useful in the near future
(when virReportEnumRangeError() is fixed).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virnetdevvportprofile.c