17 #ifndef DICT_TAKEOVER_HPP
18 #define DICT_TAKEOVER_HPP
20 #include "SignalData.hpp"
46 Uint32 rollforward_op;
50 Uint32 rollforward_op_state;
51 Uint32 lowest_op_state;
58 Uint32 rollback_op_state;
59 Uint32 highest_op_state;
63 Uint32 lowest_op_impl_req_gsn;
64 Uint32 highest_op_impl_req_gsn;
69 STATIC_CONST( SignalLength = 3 );
70 STATIC_CONST( GSN = GSN_DICT_TAKEOVER_REF );
73 union { Uint32 masterRef, senderData; };