diff options
Diffstat (limited to '')
-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 78bdcc779..43a0ef96b 100644 --- a/daemon/commands.h +++ b/daemon/commands.h @@ -26,6 +26,7 @@ typedef enum cmd { CMD_PING, CMD_ACLK_STATE, CMD_VERSION, + CMD_DUMPCONFIG, CMD_TOTAL_COMMANDS } cmd_t; |