summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r--ipc/ipc_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index dd35e8c..dc5031e 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -35,6 +35,7 @@ class Channel : public Message::Sender {
};
enum Mode {
+ MODE_NONE,
MODE_SERVER,
MODE_CLIENT
};