SegStreamCrc Struct Reference

Additional header information stored on each page of SegStreams for which CRC's are requested. More...

#include <SegStream.h>

List of all members.

Public Attributes

PageId pageId
 The PageId of this page relative to the segment storing the stream.
PseudoUuid onlineUuid
 The UUID of the online instance that wrote this page.
uint64_t checksum
 CRC computed for this page.


Detailed Description

Additional header information stored on each page of SegStreams for which CRC's are requested.

Definition at line 51 of file SegStream.h.


Member Data Documentation

PageId SegStreamCrc::pageId

The PageId of this page relative to the segment storing the stream.

Definition at line 56 of file SegStream.h.

Referenced by CrcSegInputStream::lockBufferParanoid(), and CrcSegOutputStream::writeExtraHeaders().

PseudoUuid SegStreamCrc::onlineUuid

The UUID of the online instance that wrote this page.

Definition at line 61 of file SegStream.h.

Referenced by CrcSegInputStream::lockBufferParanoid(), and CrcSegOutputStream::writeExtraHeaders().

uint64_t SegStreamCrc::checksum

CRC computed for this page.

Definition at line 66 of file SegStream.h.

Referenced by CrcSegInputStream::lockBufferParanoid(), and CrcSegOutputStream::writeExtraHeaders().


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:46 2009 for Fennel by  doxygen 1.5.1