diff options
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; |