diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-01 11:54:37 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-01 12:01:13 +0100 |
commit | 2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c (patch) | |
tree | e125101f32ad78a679c63f9c08571d3b11cd691f /common/commands.h | |
parent | af38dcdf3a836a1b94064a617acac387a2de6539 (diff) | |
download | sink-2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c.tar.gz sink-2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c.zip |
send revision updates from resource to client
this includes an initial revision message on connect
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands.h b/common/commands.h index 74174ee..68a7c1e 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -6,6 +6,7 @@ namespace Commands | |||
6 | enum CommandIds { | 6 | enum CommandIds { |
7 | UnknownCommand = 0, | 7 | UnknownCommand = 0, |
8 | HandshakeCommand, | 8 | HandshakeCommand, |
9 | RevisionUpdateCommand, | ||
9 | CustomCommand = 0xffff | 10 | CustomCommand = 0xffff |
10 | }; | 11 | }; |
11 | 12 | ||