Skip to content

Commit

Permalink
[ORC] Add a missing definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Oct 13, 2021
1 parent 5167c36 commit 8d2736d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ class SimpleRemoteEPCServer : public SimpleRemoteEPCTransportClient {
friend class SimpleRemoteEPCServer;

public:
SimpleRemoteEPCServer &server();
SimpleRemoteEPCServer &server() { return S; }
StringMap<ExecutorAddr> &bootstrapSymbols() { return BootstrapSymbols; }
std::vector<std::unique_ptr<ExecutorBootstrapService>> &services() {
return Services;
Expand Down

0 comments on commit 8d2736d

Please sign in to comment.