summaryrefslogtreecommitdiff
path: root/command_queue.h
diff options
context:
space:
mode:
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 a97462f..7a475fd 100644
--- a/command_queue.h
+++ b/command_queue.h
@@ -24,7 +24,7 @@
#include <sys/time.h>
-enum cmd_id_enum { SWITCH, STATUS, LOG, LISTEN };
+enum cmd_id_enum { SWITCH, TYPE, MODE, STATUS, LOG, LISTEN };
typedef enum cmd_id_enum cmd_id_t;
struct cmd_struct {