summaryrefslogtreecommitdiff
path: root/command_queue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-24 16:54:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-24 16:54:01 (GMT)
commit537fcc5aaf66c9cba993af12f4f2a8b04c36dde1 (patch)
tree442bff424045dea0e9e9cc76a79ec0dddd3d72c6 /command_queue.h
parent9112bdaafb2f5af0c9a426ede0278853f32c7dde (diff)
heartbeat vs health listeners
added new command health (not yet implemented)
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 cba799a..4cdcf9f 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, HEARTBEAT, STATUS, LOG, LISTEN };
+enum cmd_id_enum { SWITCH, CHANNEL, TYPE, MODE, HEARTBEAT, STATUS, HEALTH, LOG, LISTEN };
typedef enum cmd_id_enum cmd_id_t;
struct cmd_struct {