summaryrefslogtreecommitdiff
path: root/lib/frr_pthread.c
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2018-01-16 13:43:27 -0500
committerGitHub <noreply@github.com>2018-01-16 13:43:27 -0500
commit49323fd71e1d8b8c90971b6cdbb5663e8b19d463 (patch)
tree82a8ea777d0cc8a3c5ff8c1c10ab2da7a89a69df /lib/frr_pthread.c
parent23b6084b8cc5acc4d1b1686a7cc3a8d2f6b03518 (diff)
parentf42ebe8a6750ba86d7a0550bfa6d11c446315b5a (diff)
Merge pull request #1614 from qlyoung/imp-bgpd-pthread-startup-sync
improve bgpd thread startup characteristics
Diffstat (limited to 'lib/frr_pthread.c')
-rw-r--r--lib/frr_pthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/frr_pthread.c b/lib/frr_pthread.c
index 19dfbaf54b..de522e5ef9 100644
--- a/lib/frr_pthread.c
+++ b/lib/frr_pthread.c
@@ -26,6 +26,7 @@
#include "hash.h"
DEFINE_MTYPE_STATIC(LIB, FRR_PTHREAD, "FRR POSIX Thread");
+DEFINE_MTYPE(LIB, PTHREAD_PRIM, "POSIX synchronization primitives");
static unsigned int next_id = 0;