summaryrefslogtreecommitdiff
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-20 09:45:06 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commit9ef9495e3a96e6d3ebcce46d716500ad396fe979 (patch)
treec0c99bcb2e0794043c0dd824f258db458c68e5ce /lib/lib_errors.h
parent8b895cd32faf5a48a6c565877091ff92b6541092 (diff)
lib: Convert thread.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h
index 23f5468c77..d4581918c7 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -41,6 +41,7 @@ enum lib_log_refs {
LIB_WARN_SNMP,
LIB_WARN_STREAM,
LIB_WARN_LINUX_NS,
+ LIB_WARN_SLOW_THREAD,
};
extern void lib_error_init(void);