diff options
| author | chrislu <chrislu@roblox.com> | 2021-12-10 13:24:38 -0800 |
|---|---|---|
| committer | chrislu <chrislu@roblox.com> | 2021-12-10 13:24:38 -0800 |
| commit | a2d3f89c7b136780f0ca0400dec3c93c9370df8c (patch) | |
| tree | b7a5037df534122cff459c3902a38c270348d3f5 /weed/pb/master.proto | |
| parent | 991a3dca0d30e980a234c8d8e4c5558625b03325 (diff) | |
| download | seaweedfs-a2d3f89c7b136780f0ca0400dec3c93c9370df8c.tar.xz seaweedfs-a2d3f89c7b136780f0ca0400dec3c93c9370df8c.zip | |
add lock messages
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 3383d1dd5..7a257bb28 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -314,6 +314,7 @@ message LeaseAdminTokenRequest { int64 previous_lock_time = 2; string lock_name = 3; string client_name = 4; + string message = 5; } message LeaseAdminTokenResponse { int64 token = 1; |
