summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 86f3d5ec97..2f8a572202 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -156,6 +156,11 @@ struct cli_state {
uint32_t max_write_size;
struct timespec system_time;
struct timespec server_start_time;
+
+ /* SMB2 tcon */
+ uint8_t share_type;
+ uint32_t share_flags;
+ uint32_t maximal_access;
} smb2;
};