diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-16 08:30:36 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-18 11:18:22 +0200 |
commit | 7b6835ec1da127713d0a412edcbe0a3c1bcc6192 (patch) | |
tree | 1153196e99503cd924beb8f1faa355647684b678 /source3/smbd/globals.h | |
parent | ac7b63384d3f8afdb768f95e7744380f4df07d76 (diff) | |
download | samba-7b6835ec1da127713d0a412edcbe0a3c1bcc6192.tar.gz samba-7b6835ec1da127713d0a412edcbe0a3c1bcc6192.tar.xz samba-7b6835ec1da127713d0a412edcbe0a3c1bcc6192.zip |
s3: Add smbd_server_connection->client_id
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r-- | source3/smbd/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index cf23509060..e4f4b79058 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -458,6 +458,7 @@ struct pending_auth_data; struct smbd_server_connection { int sock; + struct client_address client_id; const struct tsocket_address *local_address; const struct tsocket_address *remote_address; struct messaging_context *msg_ctx; |