diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-09-12 22:00:04 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-12 22:00:04 +0200 |
| commit | 029270d5f42b5083cda03799d31f2c11350a7e46 (patch) | |
| tree | ab98bf44cfc7611ad7cc699396674554f150db43 /lib/lib_errors.h | |
| parent | 7aab2afbad2f25c128e9e608766b407f6bd34c89 (diff) | |
| parent | e991eff5b5773e8a85c3f4c4f92c09fe30cf680b (diff) | |
Merge branch 'warnings'
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/lib_errors.h')
| -rw-r--r-- | lib/lib_errors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 84f5b8dc10..dcaf888e1b 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -38,6 +38,13 @@ enum lib_log_refs { LIB_ERR_DEVELOPMENT, LIB_ERR_ZMQ, LIB_ERR_UNAVAILABLE, + LIB_WARN_SNMP, + LIB_WARN_STREAM, + LIB_WARN_LINUX_NS, + LIB_WARN_SLOW_THREAD, + LIB_WARN_RMAP_RECURSION_LIMIT, + LIB_WARN_BACKUP_CONFIG, + LIB_WARN_VRF_LENGTH, }; extern void lib_error_init(void); |
