diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 09:27:30 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | a2b0f8b8034332c65403cba20fda9438a1908e79 (patch) | |
| tree | 9e100fc0439c1ff7d31dc84733aad000fab9a460 /lib/lib_errors.h | |
| parent | 4496fbb36ca71fef34d40f679c21690cdf0a0e24 (diff) | |
lib: Convert stream.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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 9c9f51fe0e..d27c1cfa26 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -39,6 +39,7 @@ enum lib_log_refs { LIB_ERR_ZMQ, LIB_ERR_UNAVAILABLE, LIB_WARN_SNMP, + LIB_WARN_STREAM, }; extern void lib_error_init(void); |
