diff options
author | David Vašek <david.vasek@nic.cz> | 2020-08-20 15:00:58 +0200 |
---|---|---|
committer | David Vašek <david.vasek@nic.cz> | 2020-08-20 15:39:49 +0200 |
commit | b936c6cc51ae42902d89b79850fc3ed7533180a1 (patch) | |
tree | 8684ab1dc14ab15398e9a040e076376b1e3635d7 /src/libknot/errcode.h | |
parent | ctl: allow joint error reporting when taking an action for all zones (diff) | |
download | knot-b936c6cc51ae42902d89b79850fc3ed7533180a1.tar.xz knot-b936c6cc51ae42902d89b79850fc3ed7533180a1.zip |
ctl: define an error code for multi-zone operation failure
Diffstat (limited to 'src/libknot/errcode.h')
-rw-r--r-- | src/libknot/errcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libknot/errcode.h b/src/libknot/errcode.h index 946489604..318016852 100644 --- a/src/libknot/errcode.h +++ b/src/libknot/errcode.h @@ -97,6 +97,7 @@ enum knot_error { /* Control states. */ KNOT_CTL_ESTOP, + KNOT_CTL_EZONE, /* Network errors. */ KNOT_NET_EADDR, |