diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 08:52:36 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | ffd9ac069c42fd03990ffdbdfcc1df0de81c7004 (patch) | |
| tree | 7b7f86fa17ec64e8925934de1ae8c3f319e449dd /lib/lib_errors.h | |
| parent | 78cb65556877087ab3d8d03e611c83ca6a455ed2 (diff) | |
lib: Convert to flog_warn in agentx.c
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 84f5b8dc10..9c9f51fe0e 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -38,6 +38,7 @@ enum lib_log_refs { LIB_ERR_DEVELOPMENT, LIB_ERR_ZMQ, LIB_ERR_UNAVAILABLE, + LIB_WARN_SNMP, }; extern void lib_error_init(void); |
