Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
3834c041
Commit
3834c041
authored
Feb 22, 2017
by
Marcin Siodelski
Browse files
[5107] Renamed CtrlAgent to Control-agent.
parent
f5db2750
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/ctrl_agent_controller.cc
View file @
3834c041
...
...
@@ -16,7 +16,7 @@ namespace agent {
/// @brief Defines the application name, this is passed into base class
/// it may be used to locate configuration data and appears in log statement.
const
char
*
CtrlAgentController
::
agent_app_name_
=
"C
trlA
gent"
;
const
char
*
CtrlAgentController
::
agent_app_name_
=
"C
ontrol-a
gent"
;
/// @brief Defines the executable name. This is passed into the base class
const
char
*
CtrlAgentController
::
agent_bin_name_
=
"kea-ctrl-agent"
;
...
...
src/bin/agent/tests/ctrl_agent_process_tests.sh.in
View file @
3834c041
...
...
@@ -14,9 +14,8 @@ EXPECTED_VERSION="@PACKAGE_VERSION@"
# Control Agent configuration to be stored in the configuration file.
# todo: use actual configuration once we support it.
CONFIG="{
\"C
trlA
gent\":
\"C
ontrol-a
gent\":
{
\"dummy-param\": 123
},
\"Logging\":
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment