aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/fs.h
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-03-08 13:46:41 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-03-08 13:46:41 +0100
commit93af9a589980403f9887936963a6ce4f189dc020 (patch)
treec2e967e0d3b97ec6a6a3a6c0831e599ddca3f196 /src/common/include/fs.h
parent5e3d036d3a10d919e54035b1365005f26886ed75 (diff)
downloadkogata-93af9a589980403f9887936963a6ce4f189dc020.tar.gz
kogata-93af9a589980403f9887936963a6ce4f189dc020.zip
Channels.
Diffstat (limited to 'src/common/include/fs.h')
-rw-r--r--src/common/include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include/fs.h b/src/common/include/fs.h
index 880202b..431c16f 100644
--- a/src/common/include/fs.h
+++ b/src/common/include/fs.h
@@ -8,7 +8,7 @@
#define FT_DEV (0x02)
#define FT_BLOCKDEV (0x04)
#define FT_CHARDEV (0x08)
-#define FT_FIFO (0x10)
+#define FT_CHANNEL (0x10) // dual-pipe
// #define FT_SOCKET (0x20) // Not yet! Semantics not defined. (TODO)
// FM_* enum describes modes for opening a file as well as authorized operations in stat_t