summaryrefslogtreecommitdiffstats
path: root/sys/sys/runq.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
commit40da6b02e6f93a023ffa59f81d5dbb34506aac5c (patch)
tree7cbec49c33a6bd349dea1e778d4435d41eaf1a0c /sys/sys/runq.h
parent138bfe8027cddec05e361c97fe764f0a9603bc70 (diff)
downloadFreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.zip
FreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/sys/runq.h')
-rw-r--r--sys/sys/runq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/runq.h b/sys/sys/runq.h
index bf1f283..20286c5 100644
--- a/sys/sys/runq.h
+++ b/sys/sys/runq.h
@@ -58,7 +58,7 @@ TAILQ_HEAD(rqhead, proc);
* Bit array which maintains the status of a run queue. When a queue is
* non-empty the bit corresponding to the queue number will be set.
*/
-struct rqbits {
+struct rqbits {
rqb_word_t rqb_bits[RQB_LEN];
};
@@ -66,7 +66,7 @@ struct rqbits {
* Run queue structure. Contains an array of run queues on which processes
* are placed, and a structure to maintain the status of each queue.
*/
-struct runq {
+struct runq {
struct rqbits rq_status;
struct rqhead rq_queues[RQ_NQS];
};
OpenPOWER on IntegriCloud