s3:smb2_server: add supports_multicredit to sconn
authorChristian Ambach <ambi@samba.org>
Tue, 28 Feb 2012 01:45:09 +0000 (17:45 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 10 Mar 2012 00:48:15 +0000 (16:48 -0800)
Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/globals.h

index 5b65711b990f55e4488d1d12f11c358acb4adecf..2efaac8330ca4b6c383bdf796727a9d407af4efd 100644 (file)
@@ -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;