r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
[ira/wip.git] / source3 / include / smb.h
index 9c7b32f58aed38a1716708389cb7b753e581d8a3..95889f86e5d59212b4ccf6640e63d1683d9fbb84 100644 (file)
@@ -682,6 +682,13 @@ struct current_user {
        NT_USER_TOKEN *nt_user_token;
 };
 
+struct smb_request {
+       uint16 flags2;
+       uint16 smbpid;
+       uint16 mid;
+       uint16 vuid;
+};
+
 /* Defines for the sent_oplock_break field above. */
 #define NO_BREAK_SENT 0
 #define BREAK_TO_NONE_SENT 1