summaryrefslogtreecommitdiff
path: root/daemon/worker.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:54:35 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:54:35 +0000
commit15de2de8449b4f5063f93578ae68aa0bc79a205c (patch)
treef0a7e3230212205e7ff88a2900de97026940f63c /daemon/worker.h
parent689b65913bba5320ef50befddf4743c6dafde873 (diff)
Diffstat (limited to 'daemon/worker.h')
-rw-r--r--daemon/worker.h2
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;