summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-06-10 13:34:55 +0200
committerMichael Adam <obnox@samba.org>2014-08-06 09:51:12 +0200
commit6669a84ad09deab30cde3dcf8b0c0b658e58b797 (patch)
treef2874ec4917b15b1a6160048963e3e70bbca714d /source3/include
parent39f55660929410ae4eaeba8e55b9d97a97d5e54a (diff)
downloadsamba-6669a84ad09deab30cde3dcf8b0c0b658e58b797.tar.gz
samba-6669a84ad09deab30cde3dcf8b0c0b658e58b797.tar.xz
samba-6669a84ad09deab30cde3dcf8b0c0b658e58b797.zip
s3:smbd: remember smbXsrv_connection for each smb_request
This prepares the structures for multi-channel support. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/vfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 474b1e3a78..6c0bf70068 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -403,6 +403,7 @@ struct smb_request {
bool encrypted;
connection_struct *conn;
struct smbd_server_connection *sconn;
+ struct smbXsrv_connection *xconn;
struct smb_perfcount_data pcd;
/*