aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-16 03:30:35 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-16 03:30:35 -0400
commitf3d855e9bc118f0b2fad8c1ff3e539ba77e1eabb (patch)
tree81d770bf1a020891743933cda842fe655d5707df /src/protocol.h
parenteabb10d017c312c5fac5446fbac5a1c23af94ae3 (diff)
downloadrunes-f3d855e9bc118f0b2fad8c1ff3e539ba77e1eabb.tar.gz
runes-f3d855e9bc118f0b2fad8c1ff3e539ba77e1eabb.zip
add a message type for killing the daemon
and make ./runesc --kill-daemon send that message
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 67d6be0..1a4ad7c 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -14,6 +14,7 @@ struct runes_protocol_new_term_message {
enum runes_protocol_message_type {
RUNES_PROTOCOL_NEW_TERM,
+ RUNES_PROTOCOL_KILL_DAEMON,
RUNES_PROTOCOL_NUM_MESSAGE_TYPES
};