diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-19 12:52:10 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-20 15:54:31 +0200 |
commit | 9fb7e228f5a6e39dd22e1c56733c61178ee0be49 (patch) | |
tree | 1e6739858d72ea9411de477a217f4ba4327212d9 /source3/include/client.h | |
parent | 6c31b610e4c44105ddeb9a5ffd8e64ef3954e79e (diff) | |
download | samba-9fb7e228f5a6e39dd22e1c56733c61178ee0be49.tar.gz samba-9fb7e228f5a6e39dd22e1c56733c61178ee0be49.tar.xz 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/client.h')
-rw-r--r-- | source3/include/client.h | 1 |
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 { |