summaryrefslogtreecommitdiffstats
path: root/src/libknot/errcode.h
diff options
context:
space:
mode:
authorDavid Vašek <david.vasek@nic.cz>2020-08-20 15:00:58 +0200
committerDavid Vašek <david.vasek@nic.cz>2020-08-20 15:39:49 +0200
commitb936c6cc51ae42902d89b79850fc3ed7533180a1 (patch)
tree8684ab1dc14ab15398e9a040e076376b1e3635d7 /src/libknot/errcode.h
parentctl: allow joint error reporting when taking an action for all zones (diff)
downloadknot-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.h1
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,