summaryrefslogtreecommitdiff
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-18 09:13:37 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit472878dc0fdd5e17500e8a6ba8a65d13e36d9467 (patch)
treee92ddabd91c15d6b465e577d09216c3207ed907e /lib/lib_errors.h
parent674c3ca8a837bf732a6a6062bea23a3ec745d971 (diff)
lib: Add LIB_ERR_DEVELOPMENT
Sometimes a error state is detected when we have added new code to FRR, but not updated all the places that we should have. Consider this a developmental escape that needs to be fixed. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.h')
-rw-r--r--lib/lib_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h
index e4ab88e994..bb83c45e67 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -21,7 +21,6 @@
#define __LIB_ERRORS_H__
#include "ferr.h"
-#include "lib_errors.h"
enum lib_ferr_refs {
LIB_ERR_PRIVILEGES = LIB_FERR_START,
@@ -35,6 +34,7 @@ enum lib_ferr_refs {
LIB_ERR_SNMP,
LIB_ERR_INTERFACE,
LIB_ERR_NS,
+ LIB_ERR_DEVELOPMENT,
};
extern void lib_error_init(void);