mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-21 11:00:08 +08:00
add distributed lock manager
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user