aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/priority.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
commit5752bffd550d9f7cab944dd10d2d4d562b56b09f (patch)
tree7cbec49c33a6bd349dea1e778d4435d41eaf1a0c /sys/sys/priority.h
parent01f5320ae828f7028386a1894ddaca809ef5901e (diff)
downloadsrc-5752bffd550d9f7cab944dd10d2d4d562b56b09f.tar.gz
src-5752bffd550d9f7cab944dd10d2d4d562b56b09f.zip
style(9) the structure definitions.
Notes
Notes: svn path=/head/; revision=83045
Diffstat (limited to 'sys/sys/priority.h')
-rw-r--r--sys/sys/priority.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/priority.h b/sys/sys/priority.h
index 4c902e612971..51fbce536b2a 100644
--- a/sys/sys/priority.h
+++ b/sys/sys/priority.h
@@ -120,7 +120,7 @@
#define PRI_MIN_IDLE (224)
#define PRI_MAX_IDLE (PRI_MAX)
-struct priority {
+struct priority {
u_char pri_class; /* Scheduling class. */
u_char pri_level; /* Normal priority level. */
u_char pri_native; /* Priority before propogation. */