diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/xattr.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/librpc/idl/xattr.idl b/source4/librpc/idl/xattr.idl index be587ffb88..b2e13bfbe7 100644 --- a/source4/librpc/idl/xattr.idl +++ b/source4/librpc/idl/xattr.idl @@ -56,10 +56,14 @@ interface xattr const int XATTR_STREAM_FLAG_INTERNAL = 0x00000001; + /* stream data is stored in attributes with the given prefix */ + const string XATTR_DOSSTREAM_PREFIX = "user.DosStream."; + typedef struct { - utf8string name; - uint64 size; uint32 flags; + uint64 size; + uint64 alloc_size; + utf8string name; } xattr_DosStream; typedef [public] struct { |