diff options
Diffstat (limited to 'other/java/client/src/main')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 5 |
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; |
