summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-19 12:52:10 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-20 15:54:31 +0200
commit9fb7e228f5a6e39dd22e1c56733c61178ee0be49 (patch)
tree1e6739858d72ea9411de477a217f4ba4327212d9 /source3/include
parent6c31b610e4c44105ddeb9a5ffd8e64ef3954e79e (diff)
downloadsamba-9fb7e228f5a6e39dd22e1c56733c61178ee0be49.tar.gz
samba-9fb7e228f5a6e39dd22e1c56733c61178ee0be49.tar.bz2
samba-9fb7e228f5a6e39dd22e1c56733c61178ee0be49.zip
s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()
This makes it clearer, why we send the pid value in the session setup. metze
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 849a7c08b4..3c99716e62 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -134,6 +134,7 @@ struct cli_state {
struct {
uint16_t mid;
+ uint16_t vc_num;
} smb1;
struct {