diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-29 16:14:12 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-29 16:14:12 -0700 |
commit | 921aa99b37eba62601e32ee7e8cbd447ca2d737d (patch) | |
tree | ff42ab3cfb0535f02e52760e290cb895af472caf /source3/include | |
parent | f88ab1b1515b248dde4674caf602c04b40c46055 (diff) | |
download | samba-921aa99b37eba62601e32ee7e8cbd447ca2d737d.tar.gz samba-921aa99b37eba62601e32ee7e8cbd447ca2d737d.tar.bz2 samba-921aa99b37eba62601e32ee7e8cbd447ca2d737d.zip |
Start fixing the RAW-STREAMS test - ensure that the xattr
used to store the stream info in streams_depot.so is not
seen in when enumerating EAs.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index cee95a9b17..2ff60f6c44 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1889,6 +1889,8 @@ struct ea_list { #define SAMBA_XATTR_DOSSTREAM_PREFIX "user.DosStream." /* Prefix for DOS timestamps. */ #define SAMBA_XATTR_DOSTIMESTAMPS "user.DosTimestamps" +/* Prefix for xattrs storing streams. */ +#define SAMBA_XATTR_MARKER "user.SAMBA_STREAMS" #define UUID_SIZE 16 |