summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-16 08:30:36 +0200
committerVolker Lendecke <vl@samba.org>2010-08-18 11:18:22 +0200
commit7b6835ec1da127713d0a412edcbe0a3c1bcc6192 (patch)
tree1153196e99503cd924beb8f1faa355647684b678 /source3/include
parentac7b63384d3f8afdb768f95e7744380f4df07d76 (diff)
downloadsamba-7b6835ec1da127713d0a412edcbe0a3c1bcc6192.tar.gz
samba-7b6835ec1da127713d0a412edcbe0a3c1bcc6192.tar.bz2
samba-7b6835ec1da127713d0a412edcbe0a3c1bcc6192.zip
s3: Add smbd_server_connection->client_id
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index de104a51eb..31ef910a70 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -407,6 +407,11 @@ typedef struct files_struct {
#include "ntquotas.h"
#include "sysquotas.h"
+struct client_address {
+ char addr[INET6_ADDRSTRLEN];
+ const char *name;
+};
+
struct vuid_cache_entry {
struct auth_serversupplied_info *server_info;
uint16_t vuid;