39.3 LogRecordPosition

A LogRecordPosition identifies the physical position of a log record using a SegId and an offset within the segment.


struct LogRecordPosition
{
    SegId segid_;       // Identifies the segment
    int32 offset_;      // The offset in bytes within the segment
};