diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 09:34:53 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 8b895cd32faf5a48a6c565877091ff92b6541092 (patch) | |
| tree | 2184249915df6da6b3365d3649a6ad68f0b0116e /lib/lib_errors.h | |
| parent | 0bff8eea70f2ed13013d5af9a8e21117eca24deb (diff) | |
lib: Convert netns_linux.c to new error-code work
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 d27c1cfa26..23f5468c77 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -40,6 +40,7 @@ enum lib_log_refs { LIB_ERR_UNAVAILABLE, LIB_WARN_SNMP, LIB_WARN_STREAM, + LIB_WARN_LINUX_NS, }; extern void lib_error_init(void); |
