aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-25 22:45:44 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-25 22:45:44 -0800
commit253f190f48ca1f66d1aa16ed423f43f01f710178 (patch)
treea62278f3c42510a52d4ed349c65e2567aa59f741 /other/java
parenta508d560216f1f44b37aaefcc0d446a357adad57 (diff)
downloadseaweedfs-253f190f48ca1f66d1aa16ed423f43f01f710178.tar.xz
seaweedfs-253f190f48ca1f66d1aa16ed423f43f01f710178.zip
weed mount add symlink support
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 bb33eb48e..6cd4df6b4 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -97,6 +97,7 @@ message FuseAttributes {
int32 ttl_sec = 10;
string user_name = 11; // for hdfs
repeated string group_name = 12; // for hdfs
+ string symlink_target = 13;
}
message CreateEntryRequest {