Merge pull request #4823 from mjstapp/fix_dplane_thread_name

zebra: make the dplane pthread name consistent
This commit is contained in:
Quentin Young 2019-08-12 14:26:58 -04:00 committed by GitHub
commit 0870ea2ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3023,7 +3023,7 @@ void zebra_dplane_start(void)
/* Start dataplane pthread */
zdplane_info.dg_pthread = frr_pthread_new(&pattr, "Zebra dplane thread",
"Zebra dplane");
"zebra_dplane");
zdplane_info.dg_master = zdplane_info.dg_pthread->master;