summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
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