diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-05 22:52:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-05 22:52:15 -0700 |
| commit | bba90ff3c822914a8a2da4369e65756ff366cef2 (patch) | |
| tree | 9c17056bd283dacee098e5eb927b4a96bec5775f /other/java/client/src | |
| parent | 71b0e256c79149cff7be56f0962339def20b7979 (diff) | |
| download | seaweedfs-bba90ff3c822914a8a2da4369e65756ff366cef2.tar.xz seaweedfs-bba90ff3c822914a8a2da4369e65756ff366cef2.zip | |
read filer signature
Diffstat (limited to 'other/java/client/src')
| -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 65947e674..4d3924bf5 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -266,6 +266,7 @@ message GetFilerConfigurationResponse { uint32 max_mb = 4; string dir_buckets = 5; bool cipher = 7; + int32 signature = 8; } message SubscribeMetadataRequest { |
