summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-27 13:36:21 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-27 17:22:31 +0200
commitb764145ac8523f6e44d22adfef1bcd6cecbbed48 (patch)
tree2fc606d37115bd4cdb6ae8292da48afdfc516dc0 /source3/smbd/globals.h
parent8f74d38c3a4a853f608fed0bed1b55915d01555a (diff)
downloadsamba-b764145ac8523f6e44d22adfef1bcd6cecbbed48.tar.gz
samba-b764145ac8523f6e44d22adfef1bcd6cecbbed48.tar.bz2
samba-b764145ac8523f6e44d22adfef1bcd6cecbbed48.zip
s3:smbd: keep local and remote tsocket_address per connection
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 aa0018f087..6c780ebabf 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -462,6 +462,8 @@ struct smbd_smb2_tcon {
struct pending_auth_data;
struct smbd_server_connection {
+ const struct tsocket_address *local_address;
+ const struct tsocket_address *remote_address;
struct {
bool got_session;
} nbt;