aboutsummaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-30 16:01:32 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-30 16:01:32 +0300
commit1379690841d68fe8b220104eb13780fb353503b3 (patch)
tree622e874ab6a9067f44cc519116210f8d6b86909b /src/timer.c
parent757f98a5805a91c34f70bf090c01e6a9be235716 (diff)
downloadwydawca-1379690841d68fe8b220104eb13780fb353503b3.tar.gz
wydawca-1379690841d68fe8b220104eb13780fb353503b3.tar.bz2
Revise the triplet names. Update the docs.
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.c b/src/timer.c
index e9ceaad..2cf3c24 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -263,7 +263,7 @@ struct micronent stat_report_schedule;
void *
wy_thr_stat(void *ptr)
{
- wy_set_cur_thread_name("statcol");
+ wy_set_cur_thread_name("WY_stat");
pthread_mutex_lock(&global_stats_mutex);
/* export the thread's specific stats and timer pointers to
wydawca_global_stats and wydawca_global_stats. */

Return to:

Send suggestions and report system problems to the System administrator.