add serverguid and capabilities to sconn
authorChristian Ambach <ambi@samba.org>
Thu, 1 Mar 2012 20:45:34 +0000 (12:45 -0800)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:42:06 +0000 (18:42 +0200)
source3/smbd/globals.h

index 7d86a62a277c090a26940610da2ba69c6954cbad..af83c0a9a3eb2a10467513cc3f32b1b951937dfe 100644 (file)
@@ -665,6 +665,8 @@ struct smbd_server_connection {
                bool supports_multicredit;
                struct bitmap *credits_bitmap;
                bool compound_related_in_progress;
+               DATA_BLOB serverguid;
+               uint32_t capabilities;
        } smb2;
 
        struct smbXsrv_connection *conn;