From d41792461cfaae905808ec5f9a602a81f5e1cb5c Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 2 Feb 2024 15:54:57 -0800 Subject: lock returns host and owner --- other/java/client/src/main/proto/filer.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'other/java/client/src') 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; -- cgit v1.2.3