aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/uma.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/uma.h')
-rw-r--r--sys/vm/uma.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index 283be9f0400d..aed358009169 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -545,7 +545,8 @@ struct uma_type_header {
u_int32_t _uth_reserved0; /* Reserved. */
u_int64_t uth_allocs; /* Zone: number of allocations. */
u_int64_t uth_frees; /* Zone: number of frees. */
- u_int64_t _uth_reserved1[4]; /* Reserved. */
+ u_int64_t uth_fails; /* Zone: number of alloc failures. */
+ u_int64_t _uth_reserved1[3]; /* Reserved. */
};