aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/msgbuf.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-12-20 21:50:37 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-12-20 21:50:37 +0000
commite2a09b2649e0ae9fbcf87326a6c6bb5bc2941516 (patch)
treec5a265824ed2ae39a36e4570a64d366c58c023fc /sys/sys/msgbuf.h
parent441a762864921b6dee4c5e6ed9f4220139b6266f (diff)
downloadsrc-e2a09b2649e0ae9fbcf87326a6c6bb5bc2941516.tar.gz
src-e2a09b2649e0ae9fbcf87326a6c6bb5bc2941516.zip
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).
Notes
Notes: svn path=/head/; revision=70239
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 fe833a967ded..543586f92c24 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));