diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 10:21:03 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 040c7c3a9fcaba31cc49606eb8168f2d4f92541c (patch) | |
| tree | cf5d0ff72b0f64f5b4323d54533130cefbfea05d /lib/lib_errors.h | |
| parent | ff245f0e02ba28e773d9e86e8417a074b05ff716 (diff) | |
lib: Convert routemap.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 d4581918c7..67af0c95f2 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -42,6 +42,7 @@ enum lib_log_refs { LIB_WARN_STREAM, LIB_WARN_LINUX_NS, LIB_WARN_SLOW_THREAD, + LIB_WARN_RMAP_RECURSION_LIMIT, }; extern void lib_error_init(void); |
