diff options
Diffstat (limited to 'source4/librpc/idl/xattr.idl')
-rw-r--r-- | source4/librpc/idl/xattr.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/xattr.idl b/source4/librpc/idl/xattr.idl index b2e13bfbe7..703fb2325b 100644 --- a/source4/librpc/idl/xattr.idl +++ b/source4/librpc/idl/xattr.idl @@ -59,6 +59,8 @@ interface xattr /* stream data is stored in attributes with the given prefix */ const string XATTR_DOSSTREAM_PREFIX = "user.DosStream."; + const int XATTR_MAX_STREAM_SIZE = 0x4000; + typedef struct { uint32 flags; uint64 size; |