diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-19 15:01:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-19 15:01:37 +0200 |
commit | 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 (patch) | |
tree | 359fe5ffc5d4e3e2e45cd3dc33eabe6dd30ce149 /common/commands.h | |
parent | 7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (diff) | |
download | sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.tar.gz sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.zip |
Let clients tell the resource when they no longer require a revision.
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 da2438a..c68ef90 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -46,6 +46,7 @@ enum CommandIds { | |||
46 | ShutdownCommand, | 46 | ShutdownCommand, |
47 | NotificationCommand, | 47 | NotificationCommand, |
48 | PingCommand, | 48 | PingCommand, |
49 | RevisionReplayedCommand, | ||
49 | CustomCommand = 0xffff | 50 | CustomCommand = 0xffff |
50 | }; | 51 | }; |
51 | 52 | ||