diff options
| author | chrislu <chris.lu@gmail.com> | 2023-06-25 14:14:40 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-06-25 14:14:40 -0700 |
| commit | 464a71a37359e4b7ce5e101431ecbbdfe199f209 (patch) | |
| tree | 3117176d156111a71a65fdf04750e08e5974efd0 /other | |
| parent | ee4f7cd636de97b9b0ede0c11090099e2a4e6d3b (diff) | |
| download | seaweedfs-464a71a37359e4b7ce5e101431ecbbdfe199f209.tar.xz seaweedfs-464a71a37359e4b7ce5e101431ecbbdfe199f209.zip | |
add distributed lock manager
Diffstat (limited to 'other')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
