summaryrefslogtreecommitdiffstats
path: root/sys/sys/msgbuf.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-20 21:50:37 +0000
committerphk <phk@FreeBSD.org>2000-12-20 21:50:37 +0000
commit04b71d6b6d5b879ea0b817c773f4ce96507247f6 (patch)
tree18b700d20c419e56eb1134864e3113062e525f28 /sys/sys/msgbuf.h
parent05d0cf88f1bd8f0d0cc7cb861444fa750759e7ba (diff)
downloadFreeBSD-src-04b71d6b6d5b879ea0b817c773f4ce96507247f6.zip
FreeBSD-src-04b71d6b6d5b879ea0b817c773f4ce96507247f6.tar.gz
Replace logwakeup() with "int msgbuftrigger". There is little
point in calling a function just to set a flag. Keep better track of the syslog FAC/PRI code and try to DTRT if they mingle. Log all writes to /dev/console to syslog with <console.info> priority. The formatting is not preserved, there is no robust, way of doing it. (Ideas with patches welcome).
Diffstat (limited to 'sys/sys/msgbuf.h')
-rw-r--r--sys/sys/msgbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h
index fe833a9..543586f 100644
--- a/sys/sys/msgbuf.h
+++ b/sys/sys/msgbuf.h
@@ -47,7 +47,7 @@ struct msgbuf {
};
#ifdef _KERNEL
-extern int msgbufmapped;
+extern int msgbuftrigger;
extern struct msgbuf *msgbufp;
void msgbufinit __P((void *ptr, size_t size));
OpenPOWER on IntegriCloud