From: Ralph Boehme Date: Tue, 28 Apr 2020 16:23:37 +0000 (+0200) Subject: smbd: add previous version timestamp to struct smb_filename X-Git-Tag: ldb-2.2.0~816 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f64f30140c4ad2a4d34294f35f5082f96fc5460;p=thirdparty%2Fsamba.git smbd: add previous version timestamp to struct smb_filename Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index d0151213b0e..ce969747546 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -655,6 +655,7 @@ struct smb_filename { char *stream_name; uint32_t flags; SMB_STRUCT_STAT st; + NTTIME twrp; }; /*