mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Whitespace.
This commit is contained in:
parent
bd326619e8
commit
b68d692a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ struct uma_zone {
|
|||
uint16_t uz_count_min; /* Minimal amount of items in bucket */
|
||||
|
||||
/* Offset 256, stats. */
|
||||
counter_u64_t uz_allocs; /* Total number of allocations */
|
||||
counter_u64_t uz_allocs; /* Total number of allocations */
|
||||
counter_u64_t uz_frees; /* Total number of frees */
|
||||
counter_u64_t uz_fails; /* Total number of alloc failures */
|
||||
uint64_t uz_sleeps; /* Total number of alloc sleeps */
|
||||
|
|
|
|||
Loading…
Reference in a new issue