smb2_constants: add SMB2_HDR_CREDIT_CHARGE
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Aug 2011 09:48:16 +0000 (11:48 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Aug 2011 21:49:56 +0000 (23:49 +0200)
SMB2_HDR_EPOCH was never used and SMB 2.10 uses it as
SMB2_HDR_CREDIT_CHARGE.

We keep SMB2_HDR_EPOCH as alias for now, until all callers
are fixed.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Aug 30 23:49:56 CEST 2011 on sn-devel-104

libcli/smb/smb2_constants.h

index 7ab496df22d33f438c7a0856f116e56a7a94d4e0..0e2c267d531822d541c302ffa78ffd7678f2d15d 100644 (file)
@@ -25,7 +25,8 @@
 /* offsets into header elements for a sync SMB2 request */
 #define SMB2_HDR_PROTOCOL_ID    0x00
 #define SMB2_HDR_LENGTH                0x04
-#define SMB2_HDR_EPOCH         0x06
+#define SMB2_HDR_CREDIT_CHARGE 0x06
+#define SMB2_HDR_EPOCH         SMB2_HDR_CREDIT_CHARGE /* TODO: remove this */
 #define SMB2_HDR_STATUS                0x08
 #define SMB2_HDR_OPCODE                0x0c
 #define SMB2_HDR_CREDIT                0x0e