zebra: make the dplane pthread name consistent

Make the dplane pthread's name consistent (lower-case)
with other pthreads.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
Mark Stapp 2019-08-12 09:50:43 -04:00
parent 3c1c172f02
commit 0eca319cc0

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;