From 7f685ce7ba8853775e7c02c5b5c242d7920d62d3 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 15 Sep 2023 22:20:05 -0700 Subject: adjust APIs --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') 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) { } } -- cgit v1.2.3