summaryrefslogtreecommitdiff
path: root/pathd/path_pcep_controller.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-01-19 09:12:30 -0500
committerGitHub <noreply@github.com>2021-01-19 09:12:30 -0500
commit6351ea6ebf64524583e7a54b4af25e140109d790 (patch)
tree0fc432a2d06d5b686c6f806487a74b321ff06a64 /pathd/path_pcep_controller.c
parentaf05c8951cb980b7dba3f1bcf413987b0de2bf9d (diff)
parent5ffdc11eda7718224bc07e82b0ff41bd723c2867 (diff)
Merge pull request #7886 from volta-networks/master
pathd: add meaningful names to threads
Diffstat (limited to 'pathd/path_pcep_controller.c')
-rw-r--r--pathd/path_pcep_controller.c2
1 files changed, 1 insertions, 1 deletions
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");