summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-27 16:35:28 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-31 19:39:02 +0100
commit91648aeb6409787c7766943225f5c7a9c695aa0b (patch)
treebcc327952324f2c0166a70a101f8994b675236ff /source3/smbd/globals.h
parent8d07d7148bf47ea14e62d39ed8a8cc4f1366810e (diff)
downloadsamba-91648aeb6409787c7766943225f5c7a9c695aa0b.tar.gz
samba-91648aeb6409787c7766943225f5c7a9c695aa0b.tar.bz2
samba-91648aeb6409787c7766943225f5c7a9c695aa0b.zip
s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tid
metze
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 14337e0c95..2e94b55a04 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -339,9 +339,11 @@ struct smbd_smb2_request {
/* the session the request operates on, maybe NULL */
struct smbd_smb2_session *session;
+ uint64_t last_session_id;
/* the tcon the request operates on, maybe NULL */
struct smbd_smb2_tcon *tcon;
+ uint32_t last_tid;
int current_idx;
bool do_signing;