From: Quentin Young Date: Fri, 8 Sep 2017 16:58:59 +0000 (-0400) Subject: tests: add name to test_mp_attr threadmaster X-Git-Tag: frr-4.0-dev~120^2~15 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ca7f0cc7acd3ca51c216699c605cf4176e965a0a;p=matthieu%2Ffrr.git tests: add name to test_mp_attr threadmaster Signed-off-by: Quentin Young --- diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c index 86af70c72e..6df784b984 100644 --- a/tests/bgpd/test_mp_attr.c +++ b/tests/bgpd/test_mp_attr.c @@ -1100,7 +1100,7 @@ int main(void) qobj_init(); cmd_init(0); bgp_vty_init(); - master = thread_master_create(); + master = thread_master_create("test mp attr"); bgp_master_init(master); vrf_init(NULL, NULL, NULL, NULL); bgp_option_set(BGP_OPT_NO_LISTEN);