summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-13 12:25:40 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-15 10:57:32 +0200
commitda737f2447c925726fb944fc08683ffaf6cf8a63 (patch)
tree3cc15d001dcc974635fba1abd2cf43c6526fe9eb /source4/libcli/smb2/smb2.h
parentaf3444e6117de7d24bc2e3b61436f2804bfa1e4e (diff)
downloadsamba-da737f2447c925726fb944fc08683ffaf6cf8a63.tar.gz
samba-da737f2447c925726fb944fc08683ffaf6cf8a63.tar.bz2
samba-da737f2447c925726fb944fc08683ffaf6cf8a63.zip
s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the CreditsCharge value for the next request
metze
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r--source4/libcli/smb2/smb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h
index eb231984df..6372cd805b 100644
--- a/source4/libcli/smb2/smb2.h
+++ b/source4/libcli/smb2/smb2.h
@@ -87,6 +87,7 @@ struct smb2_transport {
} compound;
struct {
+ uint16_t charge;
uint16_t ask_num;
} credits;