diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-22 11:42:40 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-22 11:42:40 -0800 |
| commit | d4e75a0d183b57180b2ff0be2531db540c0c9aa6 (patch) | |
| tree | 828a5d3a31592c0edfeb224e1f80874d6f83001d /other/java | |
| parent | 9b01a99d9a93b2502746fe6870945823be48cc5f (diff) | |
| download | seaweedfs-d4e75a0d183b57180b2ff0be2531db540c0c9aa6.tar.xz seaweedfs-d4e75a0d183b57180b2ff0be2531db540c0c9aa6.zip | |
filer: option to create file only if it is new, O_EXCL
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 ef847cbe7..41c1650d4 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -123,6 +123,7 @@ message FuseAttributes { message CreateEntryRequest { string directory = 1; Entry entry = 2; + bool o_excl = 3; } message CreateEntryResponse { |
