From f21720773fc24424921b6731d0b07df38d00d3e0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 5 May 2011 18:12:07 +0200 Subject: s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*() Based on the initial patch from Volker Lendecke . metze --- source3/include/client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include/client.h') 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; }; -- cgit