From 181b15f9f8565e7d5ccc273daf115cdfb7761f21 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sat, 1 Jun 2002 03:55:16 +0000 Subject: Make a structure definition slightly more style(9) compliant (makes the structure definition easier to find using grep). --- sys/sys/vmmeter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/sys/vmmeter.h') diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h index f6e17ff063fe..64ff1f1b62a7 100644 --- a/sys/sys/vmmeter.h +++ b/sys/sys/vmmeter.h @@ -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 */ -- cgit v1.2.3