]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#253,!147] Added CONTROL_SERVICE to the command_interpreter.h
authorMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2018 16:37:04 +0000 (17:37 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2018 16:39:03 +0000 (11:39 -0500)
src/lib/cc/command_interpreter.h

index a1b9690304147bae9355cdd125aed4ddafdb9a4d..d6a2b28f39af88dacbeacd7e248a1502ab901698 100644 (file)
@@ -32,6 +32,9 @@ extern const char *CONTROL_TEXT;
 /// @brief String used for arguments map ("arguments")
 extern const char *CONTROL_ARGUMENTS;
 
+/// @brief String used for service list ("service")
+extern const char *CONTROL_SERVICE;
+
 /// @brief Status code indicating a successful operation
 const int CONTROL_RESULT_SUCCESS = 0;