summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-20 11:57:43 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-20 11:57:43 +1000
commit9c6a35ad9ba9458fe9d3a73ba1f785a61305e2aa (patch)
tree3322af08e958f46f47b93dc9d81aca0024284b19 /source4/libcli/smb2/smb2.h
parent9551d4027dd9bbdfa1fcb4a5a117792811ec7f29 (diff)
downloadsamba-9c6a35ad9ba9458fe9d3a73ba1f785a61305e2aa.tar.gz
samba-9c6a35ad9ba9458fe9d3a73ba1f785a61305e2aa.tar.bz2
samba-9c6a35ad9ba9458fe9d3a73ba1f785a61305e2aa.zip
remember the server time fields on negotiate. Needed for gentest
(This used to be commit 7989ca861dcc700b52be3a47ea5ae8b03fbb9330)
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r--source4/libcli/smb2/smb2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h
index 964dcf320c..b55da05e21 100644
--- a/source4/libcli/smb2/smb2.h
+++ b/source4/libcli/smb2/smb2.h
@@ -35,6 +35,8 @@ struct smb2_options {
*/
struct smb2_negotiate {
DATA_BLOB secblob;
+ NTTIME system_time;
+ NTTIME server_start_time;
};
/* this is the context for the smb2 transport layer */