Skip to content

Commit

Permalink
open source BaseService.h
Browse files Browse the repository at this point in the history
Summary: Move the default implementation of BaseService into the open source fb303 repository.

Reviewed By: simpkins

Differential Revision: D15565027

fbshipit-source-id: 3fd9bc06d747858ae0b0f093cb1f29947f4cf493
  • Loading branch information
chadaustin authored and facebook-github-bot committed Jun 6, 2019
1 parent 574870e commit ba29689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openr/ctrl-server/OpenrCtrlHandler.h
Expand Up @@ -53,6 +53,7 @@ class OpenrCtrlHandler final : public thrift::OpenrCtrlCppSvIf,
facebook::fb303::cpp2::fb_status getStatus() override;

void getCounters(std::map<std::string, int64_t>& _return) override;
using facebook::fb303::FacebookBase2::getRegexCounters;
void getRegexCounters(
std::map<std::string, int64_t>& _return,
std::unique_ptr<std::string> regex) override;
Expand Down

0 comments on commit ba29689

Please sign in to comment.