summaryrefslogtreecommitdiff
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-14 09:35:09 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit220d736886228043c8d3503eab9cc9831d9c2834 (patch)
treec97f3b4e835e6383e52cdee384b74dda8355b45f /lib/lib_errors.h
parentab99c8e2b87e9d0ecfb91f6a05010948f9949cee (diff)
lib: Add LIB_ERR_SNMP
Add code to indicate a SNMP error of some sort that needs to be handled and addressed. 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 3b5eb577b1..671c768eb9 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -32,6 +32,7 @@ enum lib_ferr_refs {
LIB_ERR_ZAPI_SOCKET,
LIB_ERR_SYSTEM_CALL,
LIB_ERR_VTY,
+ LIB_ERR_SNMP,
};
extern void lib_error_init(void);