Commit 4fadbca2 authored by Lasse Karstensen's avatar Lasse Karstensen

Rename to fit with the other thread names.

Before this change:

hostname:/proc/24139$ cat task/*/comm | sort | uniq
Backend poller
ban-lurker
cache-acceptor
cache-epoll
cache-main
cache-timeout
cache-worker
hcb-cleaner
MPL_busyobj
MPL_req0
MPL_req1
MPL_sess0
MPL_sess1
pool_herder
vsm_cleaner
parent cf056c48
......@@ -627,5 +627,5 @@ VBP_Init(void)
vbp_heap = binheap_new(NULL, vbp_cmp, vbp_update);
AN(vbp_heap);
AZ(pthread_cond_init(&vbp_cond, NULL));
WRK_BgThread(&thr, "Backend poller", vbp_thread, NULL);
WRK_BgThread(&thr, "backend-poller", vbp_thread, NULL);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment