aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-09-15 22:20:05 -0700
committerchrislu <chris.lu@gmail.com>2023-09-15 22:20:05 -0700
commit7f685ce7ba8853775e7c02c5b5c242d7920d62d3 (patch)
tree42693a12bfc42748be0bf7124fff7d1ff2db6e01 /other
parent436d99443b399082f75f4ceb7595e8b5ac0a8ba3 (diff)
downloadseaweedfs-7f685ce7ba8853775e7c02c5b5c242d7920d62d3.tar.xz
seaweedfs-7f685ce7ba8853775e7c02c5b5c242d7920d62d3.zip
adjust APIs
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 2058322cc..50aee1b0e 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -73,6 +73,7 @@ service SeaweedFiler {
}
rpc Unlock(UnlockRequest) returns (UnlockResponse) {
}
+ // distributed lock management internal use only
rpc TransferLocks(TransferLocksRequest) returns (TransferLocksResponse) {
}
}