diff options
author | Francis Dupont <fdupont@isc.org> | 2019-07-16 16:03:23 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-07-25 15:08:04 +0200 |
commit | 8e34460182515b8637f252cd1cabc131e52479ae (patch) | |
tree | a1ec3a81c397aec64edfc3e3c470cdd00788a0dc /src/lib/process/d_process.h | |
parent | [470-server-tag-get-command] Added server-tag-get and prepared server-tag-set (diff) | |
download | kea-8e34460182515b8637f252cd1cabc131e52479ae.tar.xz kea-8e34460182515b8637f252cd1cabc131e52479ae.zip |
[470-server-tag-get-command] Removed the -set stuff and updated doc
Diffstat (limited to 'src/lib/process/d_process.h')
-rw-r--r-- | src/lib/process/d_process.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/process/d_process.h b/src/lib/process/d_process.h index 45b38b9d37..f5de80c46a 100644 --- a/src/lib/process/d_process.h +++ b/src/lib/process/d_process.h @@ -49,9 +49,6 @@ static const std::string CONFIG_SET_COMMAND("config-set"); /// @brief String value for the server-tag-get command. static const std::string SERVER_TAG_GET_COMMAND("server-tag-get"); -/// @brief String value for the server-tag-set command. -static const std::string SERVER_TAG_SET_COMMAND("server-tag-set"); - /// @brief String value for the shutdown command. static const std::string SHUT_DOWN_COMMAND("shutdown"); |