]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: add flags to struct file_info
authorRalph Boehme <slow@samba.org>
Mon, 26 May 2025 08:35:21 +0000 (10:35 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 7 Jul 2025 16:47:35 +0000 (16:47 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15862

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/client.h

index aaac2956f32bf7653dcf422437249c6f2c37b089..18f76019ae891126037925495d83034e559e61fe 100644 (file)
@@ -111,6 +111,9 @@ struct file_info {
        nlink_t st_ex_nlink;
        struct dom_sid owner_sid;
        struct dom_sid group_sid;
+       struct {
+               bool posix : 1;
+       } flags;
 };
 
 #define CLI_FULL_CONNECTION_DONT_SPNEGO 0x0001