diff options
author | Laine Stump <laine@laine.org> | 2019-01-09 14:11:32 -0500 |
---|---|---|
committer | Laine Stump <laine@laine.org> | 2019-02-01 12:08:37 -0500 |
commit | d8393b56e21708c219acc9bcd24a9c22ead4a3b4 (patch) | |
tree | ef8ce301ac364a4ef8f77750a043b627d40f09ee /include | |
parent | 4bf0f390ed57307050a213f3f6364061f2717b00 (diff) | |
download | libvirt-d8393b56e21708c219acc9bcd24a9c22ead4a3b4.tar.gz |
util: move all firewalld-specific stuff into its own files
In preparation for adding several other firewalld-specific functions,
separate the code that's unique to firewalld from the more-generic
"firewall" file.
Signed-off-by: Laine Stump <laine@laine.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libvirt/virterror.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h index fbbe2d5624..3c19ff5e2e 100644 --- a/include/libvirt/virterror.h +++ b/include/libvirt/virterror.h @@ -131,6 +131,7 @@ typedef enum { VIR_FROM_PERF = 65, /* Error from perf */ VIR_FROM_LIBSSH = 66, /* Error from libssh connection transport */ VIR_FROM_RESCTRL = 67, /* Error from resource control */ + VIR_FROM_FIREWALLD = 68, /* Error from firewalld */ # ifdef VIR_ENUM_SENTINELS VIR_ERR_DOMAIN_LAST |