summaryrefslogtreecommitdiff
path: root/command_queue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-10 17:42:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-10 17:42:36 (GMT)
commitd844b581b34e52a0514156c80a9180e6cdb58a36 (patch)
tree58cc6d21cb0b1fcb35812b9735bd1fbb34cb60fc /command_queue.h
parent6b7dbe7b1c23984b662c02c23205e38d224a5fd4 (diff)
added command channel
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 7a475fd..d77a6f6 100644
--- a/command_queue.h
+++ b/command_queue.h
@@ -24,7 +24,7 @@
#include <sys/time.h>
-enum cmd_id_enum { SWITCH, TYPE, MODE, STATUS, LOG, LISTEN };
+enum cmd_id_enum { SWITCH, CHANNEL, TYPE, MODE, STATUS, LOG, LISTEN };
typedef enum cmd_id_enum cmd_id_t;
struct cmd_struct {