From 464a71a37359e4b7ce5e101431ecbbdfe199f209 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 25 Jun 2023 14:14:40 -0700 Subject: add distributed lock manager --- other/java/client/src/main/proto/filer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 3dda002c5..bd4916ddc 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -460,7 +460,7 @@ message UnlockResponse { message Lock { string name = 1; string renew_token = 2; - int64 expiration_ns = 3; + int64 expired_at_ns = 3; } message TransferLocksRequest { repeated Lock locks = 1; -- cgit v1.2.3