mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Make a structure definition slightly more style(9) compliant (makes
the structure definition easier to find using grep).
This commit is contained in:
parent
c9579f73e0
commit
181b15f9f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97691
@ -194,8 +194,7 @@ vm_paging_needed(void)
|
||||
#endif
|
||||
|
||||
/* systemwide totals computed every five seconds */
|
||||
struct vmtotal
|
||||
{
|
||||
struct vmtotal {
|
||||
int16_t t_rq; /* length of the run queue */
|
||||
int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */
|
||||
int16_t t_pw; /* jobs in page wait */
|
||||
|
Loading…
Reference in New Issue
Block a user