summaryrefslogtreecommitdiffstats
path: root/source4/smbd/service_stream.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-23 11:48:06 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-24 17:38:33 +0100
commit500f55ca92efe0235758b131a33bc1645c0545ac (patch)
treeef3c4b24ac83895b457a77348c3a45113b26ae0c /source4/smbd/service_stream.h
parent4e2da423de260468f0457410b0556088f00420d4 (diff)
downloadsamba-500f55ca92efe0235758b131a33bc1645c0545ac.tar.gz
samba-500f55ca92efe0235758b131a33bc1645c0545ac.tar.xz
samba-500f55ca92efe0235758b131a33bc1645c0545ac.zip
s4:smbd: hold tsocket_addresses on the stream_connection
metze
Diffstat (limited to 'source4/smbd/service_stream.h')
-rw-r--r--source4/smbd/service_stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h
index 5d577d4dd86..685502a8baf 100644
--- a/source4/smbd/service_stream.h
+++ b/source4/smbd/service_stream.h
@@ -50,6 +50,9 @@ struct stream_connection {
struct messaging_context *msg_ctx;
struct loadparm_context *lp_ctx;
+ struct tsocket_address *local_address;
+ struct tsocket_address *remote_address;
+
/*
* this transport layer session info, normally NULL
* which means the same as an anonymous session info