diff options
| author | Lou Berger <lberger@labn.net> | 2018-01-16 13:43:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-16 13:43:27 -0500 |
| commit | 49323fd71e1d8b8c90971b6cdbb5663e8b19d463 (patch) | |
| tree | 82a8ea777d0cc8a3c5ff8c1c10ab2da7a89a69df /lib/frr_pthread.c | |
| parent | 23b6084b8cc5acc4d1b1686a7cc3a8d2f6b03518 (diff) | |
| parent | f42ebe8a6750ba86d7a0550bfa6d11c446315b5a (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.c | 1 |
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; |
