From 253f190f48ca1f66d1aa16ed423f43f01f710178 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 25 Dec 2018 22:45:44 -0800 Subject: weed mount add symlink support --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') 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 { -- cgit v1.2.3