summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-11-26 12:42:35 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-11-26 12:42:35 +0000
commitdac7c81b6209bb2637aa4305624463372d836b5b (patch)
treefe2f04fc581d60ac1380a081923710381f916ef7 /sys/sys/file.h
parent72732908e800006c2f517b503c27409cc3acbc6c (diff)
downloadFreeBSD-src-dac7c81b6209bb2637aa4305624463372d836b5b.zip
FreeBSD-src-dac7c81b6209bb2637aa4305624463372d836b5b.tar.gz
Bring in experimental kernel support for POSIX message queue.
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index ca6f6e8..2292d42 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -58,6 +58,7 @@ struct socket;
#define DTYPE_FIFO 4 /* fifo (named pipe) */
#define DTYPE_KQUEUE 5 /* event queue */
#define DTYPE_CRYPTO 6 /* crypto */
+#define DTYPE_MQUEUE 7 /* posix message queue */
#ifdef _KERNEL
OpenPOWER on IntegriCloud