summaryrefslogtreecommitdiff
path: root/command_queue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-20 21:40:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-20 21:40:29 (GMT)
commit270ecd189fc229375871f3f2ef76934ca4d42a56 (patch)
tree65dbb517e2b951f2d51d0b2c9eb44dbd8c997c91 /command_queue.h
parent16842a01fa7785f240677687a2212ed575b384e2 (diff)
added heartbeat command
Diffstat (limited to 'command_queue.h')
-rw-r--r--command_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_queue.h b/command_queue.h
index f84853e..cba799a 100644
--- a/command_queue.h
+++ b/command_queue.h
@@ -24,7 +24,7 @@
#include <sys/time.h>
-enum cmd_id_enum { SWITCH, CHANNEL, TYPE, MODE, STATUS, LOG, LISTEN };
+enum cmd_id_enum { SWITCH, CHANNEL, TYPE, MODE, HEARTBEAT, STATUS, LOG, LISTEN };
typedef enum cmd_id_enum cmd_id_t;
struct cmd_struct {