summaryrefslogtreecommitdiff
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-20 10:31:45 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commit3469901633595a1dd1761fd4f0742dcf5615568b (patch)
tree0fb027a91a123a7283b1004fed86589fa5ac5ed0 /lib/lib_errors.h
parent040c7c3a9fcaba31cc49606eb8168f2d4f92541c (diff)
lib: Convert vty.c to use new error-code subsystem
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.h')
-rw-r--r--lib/lib_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h
index 67af0c95f2..a157cc731b 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -43,6 +43,7 @@ enum lib_log_refs {
LIB_WARN_LINUX_NS,
LIB_WARN_SLOW_THREAD,
LIB_WARN_RMAP_RECURSION_LIMIT,
+ LIB_WARN_BACKUP_CONFIG,
};
extern void lib_error_init(void);