diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 15:17:30 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 15:17:30 +0100 |
commit | d8cd2d6585507a4e40881092a633ec1a80b14dd9 (patch) | |
tree | e710026c9191fe42643f7996a55b460e3ff39622 /common/commands.h | |
parent | 0d55900241772fa5cc5028934358cbcb28702c46 (diff) | |
download | sink-d8cd2d6585507a4e40881092a633ec1a80b14dd9.tar.gz sink-d8cd2d6585507a4e40881092a633ec1a80b14dd9.zip |
Draft of inspection API
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 c68ef90..bce278c 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -47,6 +47,7 @@ enum CommandIds { | |||
47 | NotificationCommand, | 47 | NotificationCommand, |
48 | PingCommand, | 48 | PingCommand, |
49 | RevisionReplayedCommand, | 49 | RevisionReplayedCommand, |
50 | InspectionCommand, | ||
50 | CustomCommand = 0xffff | 51 | CustomCommand = 0xffff |
51 | }; | 52 | }; |
52 | 53 | ||