summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/serve_service/configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/serve_api/serve_service/configuration.hpp')
-rw-r--r--src/buildtool/serve_api/serve_service/configuration.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buildtool/serve_api/serve_service/configuration.hpp b/src/buildtool/serve_api/serve_service/configuration.hpp
index 9bd3c892..c466576f 100644
--- a/src/buildtool/serve_api/serve_service/configuration.hpp
+++ b/src/buildtool/serve_api/serve_service/configuration.hpp
@@ -20,6 +20,11 @@
class ConfigurationService final
: public justbuild::just_serve::Configuration::Service {
public:
+ // Returns the address of the associated remote endpoint, if set,
+ // or an empty string signaling that the serve endpoint acts also
+ // as a remote execution endpoint.
+ //
+ // There are no method-specific errors.
auto RemoteExecutionEndpoint(
::grpc::ServerContext* context,
const ::justbuild::just_serve::RemoteExecutionEndpointRequest* request,