From 5ffdc11eda7718224bc07e82b0ff41bd723c2867 Mon Sep 17 00:00:00 2001 From: Javier Garcia Date: Tue, 19 Jan 2021 11:42:48 +0100 Subject: pathd: add meaningful names to threads Signed-off-by: Javier Garcia --- pathd/path_pcep_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathd/path_pcep_controller.c') diff --git a/pathd/path_pcep_controller.c b/pathd/path_pcep_controller.c index 255503b459..f4871a4d8d 100644 --- a/pathd/path_pcep_controller.c +++ b/pathd/path_pcep_controller.c @@ -185,7 +185,7 @@ int pcep_ctrl_initialize(struct thread_master *main_thread, PCEP_DEBUG("Initializing pcep module controller"); /* Create and start the FRR pthread */ - *fpt = frr_pthread_new(&attr, "PCEP thread", "pcep"); + *fpt = frr_pthread_new(&attr, "PCEP thread", "pcep_controller"); if (*fpt == NULL) { flog_err(EC_PATH_SYSTEM_CALL, "failed to initialize PCEP thread"); -- cgit v1.2.3