nant's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
696ae4d
)
kernel/usched_bsd4: Declare the KTR_INFO_MASTER(usched) as extern.
author
Sascha Wildner <saw@online.de>
Tue, 18 Sep 2012 16:57:11 +0000 (18:57 +0200)
committer
Sascha Wildner <saw@online.de>
Tue, 18 Sep 2012 16:57:11 +0000 (18:57 +0200)
It is shared with usched_dfly.
sys/kern/usched_bsd4.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/kern/usched_bsd4.c
b/sys/kern/usched_bsd4.c
index
1d29f59
..
57b3e9a
100644
(file)
--- a/
sys/kern/usched_bsd4.c
+++ b/
sys/kern/usched_bsd4.c
@@
-203,7
+203,7
@@
static int usched_bsd4_batch_time = 10;
/* KTR debug printings */
-KTR_INFO_MASTER(usched);
+KTR_INFO_MASTER_EXTERN(usched);
#if !defined(KTR_USCHED_BSD4)
#define KTR_USCHED_BSD4 KTR_ALL