aboutsummaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-27 16:50:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-27 16:50:16 +0300
commit3ababf4edb89be0b164d8e9cb1cad5b009de9778 (patch)
tree9e70971c38ff9b402b02708bbce5a9f9fdeccef3 /src/timer.c
parent9dff021e31a300dcd5eda941d9e4992a6a8e465a (diff)
downloadwydawca-3ababf4edb89be0b164d8e9cb1cad5b009de9778.tar.gz
wydawca-3ababf4edb89be0b164d8e9cb1cad5b009de9778.tar.bz2
Replace the "finish" event with "statistics".
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 2085d23..1de7cfb 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -274,7 +274,7 @@ wy_thr_stat(void *ptr)
ts.tv_sec += stat_report_interval;
pthread_cond_timedwait(&global_stats_cond, &global_stats_mutex, &ts);
wydawca_stat_log();
- notify_finish();
+ notify_stat();
wydawca_stat_reset();
}
pthread_mutex_unlock(&global_stats_mutex);

Return to:

Send suggestions and report system problems to the System administrator.