MySQL 5.6.14 Source Code Document
|
#include <SimulatedBlock.hpp>
Public Types | |
enum | Status { SendNotComplete = 0, SendComplete = 1, SendCancelled = 2 } |
enum | Flags { SendNoReleaseSeg = 0x1 } |
Public Attributes | |
Uint8 | m_status |
Uint8 | m_prio |
Uint8 | m_fragInfo |
Uint8 | m_flags |
Uint16 | m_gsn |
Uint16 | m_messageSize |
Uint32 | m_fragmentId |
union { | |
Ptr< struct SectionSegment > m_segmented | |
LinearSectionPtr m_linear | |
} | m_sectionPtr [3] |
LinearSectionPtr | m_theDataSection |
NodeReceiverGroup | m_nodeReceiverGroup |
Callback | m_callback |
union { | |
Uint32 nextPool | |
Uint32 nextList | |
}; | |
Uint32 | prevList |
Struct used when sending fragmented signals
Definition at line 529 of file SimulatedBlock.hpp.