aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-01 01:19:28 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-01 01:19:31 -0700
commit215b1695623a4ebcba5f45488a05d19857436a6f (patch)
treedb0cfc4a73443e6171a04a55d1506a8c2f784984 /other/java
parentc79518388755578c84874725aaafbec8d7ff5d54 (diff)
downloadseaweedfs-215b1695623a4ebcba5f45488a05d19857436a6f.tar.xz
seaweedfs-215b1695623a4ebcba5f45488a05d19857436a6f.zip
mount: recursively rename locally
Diffstat (limited to 'other/java')
-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 cdbba7eb1..f49c1218f 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -208,6 +208,7 @@ message AtomicRenameEntryRequest {
string old_name = 2;
string new_directory = 3;
string new_name = 4;
+ repeated int32 signatures = 5;
}
message AtomicRenameEntryResponse {