aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/cmdq.h
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/cmdq.h')
-rw-r--r--configd/src/apps/sentinel/cmdq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/cmdq.h b/configd/src/apps/sentinel/cmdq.h
index df7dc9f241d..105d5f29b60 100644
--- a/configd/src/apps/sentinel/cmdq.h
+++ b/configd/src/apps/sentinel/cmdq.h
@@ -13,7 +13,7 @@ namespace config::sentinel {
class Cmd {
public:
using UP = std::unique_ptr<Cmd>;
- enum CmdType { LIST, START, STOP };
+ enum CmdType { LIST, RESTART, START, STOP };
Cmd(FRT_RPCRequest *req, CmdType cmdType, const char *service = "")
: _req(req), _cmdType(cmdType), _serviceName(service)