diff options
Diffstat (limited to 'src/buildtool/serve_api/serve_service/configuration.hpp')
-rw-r--r-- | src/buildtool/serve_api/serve_service/configuration.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buildtool/serve_api/serve_service/configuration.hpp b/src/buildtool/serve_api/serve_service/configuration.hpp index e09cf0b4..8a33b5b2 100644 --- a/src/buildtool/serve_api/serve_service/configuration.hpp +++ b/src/buildtool/serve_api/serve_service/configuration.hpp @@ -17,6 +17,8 @@ #include "justbuild/just_serve/just_serve.grpc.pb.h" +// This service can be used by the client to double-check the server +// configuration. class ConfigurationService final : public justbuild::just_serve::Configuration::Service { public: @@ -31,7 +33,7 @@ class ConfigurationService final ::justbuild::just_serve::RemoteExecutionEndpointResponse* response) -> ::grpc::Status override; - // Returns a flag signaling whether the associated remote execution + // Returns a flag signaling whether the associated remote-execution // endpoint uses the standard remote-execution protocol. // // There are no method-specific errors. |