summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-11 09:11:51 +0000
committerAndrew Tridgell <tridge@samba.org>2005-11-11 09:11:51 +0000
commit240c4c08bf6a3a9268b03111b325873116e7b408 (patch)
tree587d337466f1b279ea3e0fa9dfabcd3764a289be /source/include
parent58ded3f23e5f17f56b47c3f109ed2aa5f937e08c (diff)
downloadsamba-240c4c08bf6a3a9268b03111b325873116e7b408.tar.gz
samba-240c4c08bf6a3a9268b03111b325873116e7b408.tar.xz
samba-240c4c08bf6a3a9268b03111b325873116e7b408.zip
r11674: SMB2 tree connect now works. We do 2 session setups and 2 tree
connects, giving the following output: Running SMB2-CONNECT Negprot reply: current_time = Fri Nov 11 20:10:42 2005 EST boot_time = Sat Nov 12 10:34:33 2005 EST Session setup gave UID 0x40000000071 Session setup gave UID 0x140000000075 Tree connect gave tid = 0x7500000001 Tree connect gave tid = 0x7500000005 SMB2-CONNECT took 0.049024 secs
Diffstat (limited to 'source/include')
-rw-r--r--source/include/structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/structs.h b/source/include/structs.h
index eb04436ea36..7c92b66d529 100644
--- a/source/include/structs.h
+++ b/source/include/structs.h
@@ -336,5 +336,10 @@ struct _krb5_krb_auth_data;
struct smb2_request;
struct smb2_transport;
+struct smb2_session;
struct smb2_negprot;
struct smb2_session_setup;
+struct smb2_tree;
+struct smb2_tree_connect;
+
+