summaryrefslogtreecommitdiff
path: root/src/buildtool/common/cli.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/cli.hpp')
-rw-r--r--src/buildtool/common/cli.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp
index f486a5fd..ef6c043c 100644
--- a/src/buildtool/common/cli.hpp
+++ b/src/buildtool/common/cli.hpp
@@ -186,6 +186,8 @@ struct ServeArguments {
std::optional<std::string> remote_serve_address;
// repositories populated from just-serve config file
std::vector<std::filesystem::path> repositories;
+ // remote execution endpoint as seen by the client
+ std::optional<std::string> client_remote_address;
};
struct GcArguments {