diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-24 14:51:25 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-24 14:51:25 -0800 |
| commit | ceaf993a271dde56c3ce2d8c9f6c448acb946773 (patch) | |
| tree | a79466c1a28d1f3194771133d8348a57d6251804 /other/java | |
| parent | 95717d10069d2f01620858570635c41f59513b98 (diff) | |
| download | seaweedfs-ceaf993a271dde56c3ce2d8c9f6c448acb946773.tar.xz seaweedfs-ceaf993a271dde56c3ce2d8c9f6c448acb946773.zip | |
mount2: add rdev
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
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 { |
