diff options
-rw-r--r-- | source3/smbd/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 5b65711b99..2efaac8330 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; |