Skip to content

Commit

Permalink
rename command for retrieving runtime statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Nov 2, 2017
1 parent 6deb871 commit aef0441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/broker_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ broker_handler::broker_handler(std::shared_ptr<const broker_config> config, std:
});

client_commands_.register_command(
"get-load-data", [this](const std::string &identity, const std::vector<std::string> &message, response_cb respond) {
"get-runtime-stats", [this](const std::string &identity, const std::vector<std::string> &message, response_cb respond) {
process_client_get_runtime_stats(identity, message, respond);
});

Expand Down

0 comments on commit aef0441

Please sign in to comment.