aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src/main/proto
diff options
context:
space:
mode:
Diffstat (limited to 'other/java/client/src/main/proto')
-rw-r--r--other/java/client/src/main/proto/filer.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 0c3b8eddc..02ba7c65f 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -452,8 +452,9 @@ message LockRequest {
}
message LockResponse {
string renew_token = 1;
- string moved_to = 2;
- string error = 3;
+ string lock_owner = 2;
+ string lock_host_moved_to = 3;
+ string error = 4;
}
message UnlockRequest {
string name = 1;