diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-15 22:17:44 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-30 01:40:56 +0200 |
commit | 972a411ccc1c15ffe52862477653ab877d0afcd6 (patch) | |
tree | 220e742bd6e28032752762e1be70a2aed90840ef /tests/bgpd/test_capability.c | |
parent | lib: make `show thread...` commands mt-aware (diff) | |
download | frr-972a411ccc1c15ffe52862477653ab877d0afcd6.tar.xz frr-972a411ccc1c15ffe52862477653ab877d0afcd6.zip |
lib: more `show thread cpu`
Add support for naming pthreads. Also, note that we don't have any
records yet if that's the case.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'tests/bgpd/test_capability.c')
-rw-r--r-- | tests/bgpd/test_capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_capability.c b/tests/bgpd/test_capability.c index 1e3a5be4e..be0ca37b1 100644 --- a/tests/bgpd/test_capability.c +++ b/tests/bgpd/test_capability.c @@ -648,7 +648,7 @@ main (void) term_bgp_debug_as4 = -1UL; qobj_init (); - master = thread_master_create (); + master = thread_master_create(NULL); bgp_master_init (master); vrf_init (NULL, NULL, NULL, NULL); bgp_option_set (BGP_OPT_NO_LISTEN); |