diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 02ef940085..24211b0d50 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -580,7 +580,8 @@ typedef struct connection_struct char *origpath; struct vfs_ops vfs_ops; /* Filesystem operations */ - struct vfs_connection_struct *vfs_conn; /* VFS specific connection stuff */ + /* Handle on dlopen() call */ + void *dl_handle; char *user; /* name of user who *opened* this connection */ uid_t uid; /* uid of user who *opened* this connection */ |