diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-18 09:25:03 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | 357743576d39f756849cd01e4fdd23f350a89370 (patch) | |
| tree | 4d66107e31518ba77cbdfcad0e44b62ac63e06fb /lib/lib_errors.h | |
| parent | 472878dc0fdd5e17500e8a6ba8a65d13e36d9467 (diff) | |
lib: Add LIB_ERR_ZMQ
Add new error event for when we detect an issue within
the ZMQ subsystem.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.h')
| -rw-r--r-- | lib/lib_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index bb83c45e67..5a68efb30c 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -35,6 +35,7 @@ enum lib_ferr_refs { LIB_ERR_INTERFACE, LIB_ERR_NS, LIB_ERR_DEVELOPMENT, + LIB_ERR_ZMQ, }; extern void lib_error_init(void); |
