1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-10-23 23:34:16 +03:00

util: Move enum convertors into virenum.(c|h)

virutil.(c|h) is a very gross collection of random code. Remove the enum
handlers from there so we can limit the scope where virtutil.h is used.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa
2019-04-01 12:14:26 +02:00
parent c0abcca417
commit 285c5f28c4
70 changed files with 243 additions and 121 deletions

View File

@@ -25,6 +25,7 @@
# include "internal.h"
# include "virutil.h"
# include "virbitmap.h"
# include "virenum.h"
typedef enum {
VIR_HOST_VALIDATE_FAIL,