summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/rpcserver.h
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-05-31 11:08:10 +0000
committerArne Juul <arnej@verizonmedia.com>2021-05-31 18:16:41 +0000
commitf93f5c60a753bf177daa1944cc5fef2afec0f227 (patch)
tree151f228d9ecd38d28e464b6da801c59816059d91 /configd/src/apps/sentinel/rpcserver.h
parentb741e5ffdfceb532c1166e778a072de8d4d1e6ea (diff)
refactor and cleanup
* add RPC api to check connectivity * start PeerCheck directly from RPCHooks * let CheckCompletionHandler do just completion * allocate PeerCheck and CheckCompletionHandler inside parent request * revert last changes in Cmd and Manager
Diffstat (limited to 'configd/src/apps/sentinel/rpcserver.h')
-rw-r--r--configd/src/apps/sentinel/rpcserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/configd/src/apps/sentinel/rpcserver.h b/configd/src/apps/sentinel/rpcserver.h
index c1e7e6d0e0a..ef4b394fdca 100644
--- a/configd/src/apps/sentinel/rpcserver.h
+++ b/configd/src/apps/sentinel/rpcserver.h
@@ -22,8 +22,6 @@ public:
~RpcServer();
int getPort() const { return _port; }
-
- FRT_Supervisor & orb() { return _server.supervisor(); }
};
} // namespace config::sentinel