diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:35 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:35 +0000 |
commit | 15de2de8449b4f5063f93578ae68aa0bc79a205c (patch) | |
tree | f0a7e3230212205e7ff88a2900de97026940f63c /daemon/worker.h | |
parent | 689b65913bba5320ef50befddf4743c6dafde873 (diff) |
Diffstat (limited to 'daemon/worker.h')
-rw-r--r-- | daemon/worker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/worker.h b/daemon/worker.h index 0d7ce9521610..3887d0405ae6 100644 --- a/daemon/worker.h +++ b/daemon/worker.h @@ -116,7 +116,7 @@ struct worker { /** allocation cache for this thread */ struct alloc_cache alloc; /** per thread statistics */ - struct server_stats stats; + struct ub_server_stats stats; /** thread scratch regional */ struct regional* scratchpad; |