summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-10 11:01:26 +0200
committerVolker Lendecke <vl@samba.org>2008-05-10 11:17:01 +0200
commit66835ba2b70935be226e9049cf82182719ffa4bf (patch)
tree7a4a81496c93154e6e2a9c10ecc546b6bfdab2c0 /source3/include
parent53a623d8a69b5dd7fbd964013032878e09032375 (diff)
downloadsamba-66835ba2b70935be226e9049cf82182719ffa4bf.tar.gz
samba-66835ba2b70935be226e9049cf82182719ffa4bf.tar.bz2
samba-66835ba2b70935be226e9049cf82182719ffa4bf.zip
Add a comment explaining server_info in connection_struct
(This used to be commit 35438a940734340d5d6389ae0551fe3c25902f93)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 5248fd2725..6ef45070aa 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -624,6 +624,10 @@ typedef struct connection_struct {
struct vfs_ops vfs_opaque; /* OPAQUE Filesystem operations */
struct vfs_handle_struct *vfs_handles; /* for the new plugins */
+ /*
+ * This represents the user information on this connection. Depending
+ * on the vuid using this tid, this might change per SMB request.
+ */
struct auth_serversupplied_info *server_info;
char *user; /* name of user who *opened* this connection */