From: Christian Ambach Date: Tue, 28 Feb 2012 01:45:09 +0000 (-0800) Subject: s3:smb2_server: add supports_multicredit to sconn X-Git-Tag: tdb-1.2.10~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f131d3cee260e5943dc1e113b6eabb677fd4945;p=thirdparty%2Fsamba.git s3:smb2_server: add supports_multicredit to sconn Signed-off-by: Jeremy Allison --- diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 5b65711b990..2efaac8330c 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -590,6 +590,7 @@ struct smbd_server_connection { uint32_t max_trans; uint32_t max_read; uint32_t max_write; + bool supports_multicredit; struct bitmap *credits_bitmap; bool compound_related_in_progress; } smb2;