diff options
Diffstat (limited to 'daemon/commands.h')
-rw-r--r-- | daemon/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/commands.h b/daemon/commands.h index bd4aabfe..1253e2dc 100644 --- a/daemon/commands.h +++ b/daemon/commands.h @@ -24,6 +24,7 @@ typedef enum cmd { CMD_READ_CONFIG, CMD_WRITE_CONFIG, CMD_PING, + CMD_ACLK_STATE, CMD_TOTAL_COMMANDS } cmd_t; |