From: Ralph Boehme Date: Mon, 26 May 2025 08:35:21 +0000 (+0200) Subject: libsmb: add flags to struct file_info X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b7175eae803a026b9a0709ff1fe71b9cf43d631;p=thirdparty%2Fsamba.git libsmb: add flags to struct file_info BUG: https://bugzilla.samba.org/show_bug.cgi?id=15862 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/include/client.h b/source3/include/client.h index aaac2956f32..18f76019ae8 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -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