16 #ifndef SCHEMA_TRANS_IMPL_HPP
17 #define SCHEMA_TRANS_IMPL_HPP
19 #include <Bitmask.hpp>
20 #include "SignalData.hpp"
21 #include "GlobalSignalNumbers.h"
29 RT_FLUSH_PREPARE = 0x2,
32 RT_ABORT_PREPARE = 0x5,
33 RT_FLUSH_COMMIT = 0x6,
35 RT_FLUSH_COMPLETE= 0x8,
40 STATIC_CONST( SignalLength = 8 );
41 STATIC_CONST( SignalLengthStart = 9 );
42 STATIC_CONST( GSN = GSN_SCHEMA_TRANS_IMPL_REQ );
61 STATIC_CONST( SignalLength = 4 );
62 STATIC_CONST( GSN = GSN_SCHEMA_TRANS_IMPL_CONF );
71 STATIC_CONST( SignalLength = 8 );
72 STATIC_CONST( GSN = GSN_SCHEMA_TRANS_IMPL_REF );
76 TooManySchemaTrans = 780,
77 InvalidTransKey = 781,
79 TooManySchemaOps = 783,
81 InvalidTransState = 784,
85 union { Uint32 transKey, senderData; };