diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-06-08 17:59:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-06-09 16:49:30 +0200 |
commit | d153430e32ba8651feb9a626613c46a4a60c7bbf (patch) | |
tree | 75bcebef784a9c2049dee2b3cfcfad646b854c0d /source4/libcli/smb2/smb2.h | |
parent | 5b99fa5c4fb1a21caa6da747f8ee9db737990432 (diff) | |
download | samba-d153430e32ba8651feb9a626613c46a4a60c7bbf.tar.gz samba-d153430e32ba8651feb9a626613c46a4a60c7bbf.tar.xz samba-d153430e32ba8651feb9a626613c46a4a60c7bbf.zip |
s4:libcli/smb2: add smb2_transport_credits_ask_num()
metze
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r-- | source4/libcli/smb2/smb2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h index 39d6aaacba8..eb231984dfa 100644 --- a/source4/libcli/smb2/smb2.h +++ b/source4/libcli/smb2/smb2.h @@ -86,6 +86,10 @@ struct smb2_transport { struct smb2_request_buffer buffer; } compound; + struct { + uint16_t ask_num; + } credits; + /* a list of requests that are pending for receive on this connection */ struct smb2_request *pending_recv; |