aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-24 14:51:25 -0800
committerchrislu <chris.lu@gmail.com>2022-02-24 14:51:25 -0800
commitceaf993a271dde56c3ce2d8c9f6c448acb946773 (patch)
treea79466c1a28d1f3194771133d8348a57d6251804 /other/java/client
parent95717d10069d2f01620858570635c41f59513b98 (diff)
downloadseaweedfs-ceaf993a271dde56c3ce2d8c9f6c448acb946773.tar.xz
seaweedfs-ceaf993a271dde56c3ce2d8c9f6c448acb946773.zip
mount2: add rdev
Diffstat (limited to 'other/java/client')
-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 3db2b53c9..4740637db 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -171,6 +171,7 @@ message FuseAttributes {
string symlink_target = 13;
bytes md5 = 14;
string disk_type = 15;
+ uint32 rdev = 16;
}
message CreateEntryRequest {