diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-30 17:53:46 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-30 17:54:56 +0200 |
commit | 2b1542d7fee7e9ef14592e88c8a974ed4ea2eacf (patch) | |
tree | bbdf1a27c5d275f1b2214c62d303fd0b9a39b5c9 /common/commands.h | |
parent | 93b208cc95114e39f5d3379e66646c94e70b6a02 (diff) | |
download | sink-2b1542d7fee7e9ef14592e88c8a974ed4ea2eacf.tar.gz sink-2b1542d7fee7e9ef14592e88c8a974ed4ea2eacf.zip |
Tested command loop with Ping command.
Ping is a command that by definition doesn't affect the resource,
and thus can be used at all times to check if the resource is still
alive.
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 1baedcc..da2438a 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -45,6 +45,7 @@ enum CommandIds { | |||
45 | SearchSourceCommand, // need a buffer definition for this, but relies on Query API | 45 | SearchSourceCommand, // need a buffer definition for this, but relies on Query API |
46 | ShutdownCommand, | 46 | ShutdownCommand, |
47 | NotificationCommand, | 47 | NotificationCommand, |
48 | PingCommand, | ||
48 | CustomCommand = 0xffff | 49 | CustomCommand = 0xffff |
49 | }; | 50 | }; |
50 | 51 | ||