Storage Engine API
mongo::dur::LSNFile Struct Reference

"last sequence number" More...

#include <dur_journalformat.h>

Detailed Description

"last sequence number"

Public Member Functions

void set (unsigned long long lsn)
 
unsigned long long get ()
 logs details of the situation, and returns 0, if anything surprising in the LSNFile if something highly surprising, throws to abort More...
 

Public Attributes

unsigned ver
 
unsigned reserved2
 
unsigned long long lsn
 
unsigned long long checkbytes
 
unsigned long long reserved [8]
 

Member Function Documentation

◆ get()

unsigned long long mongo::dur::LSNFile::get ( )

logs details of the situation, and returns 0, if anything surprising in the LSNFile if something highly surprising, throws to abort

◆ set()

void mongo::dur::LSNFile::set ( unsigned long long  lsn)

Member Data Documentation

◆ checkbytes

unsigned long long mongo::dur::LSNFile::checkbytes

◆ lsn

unsigned long long mongo::dur::LSNFile::lsn

◆ reserved

unsigned long long mongo::dur::LSNFile::reserved[8]

◆ reserved2

unsigned mongo::dur::LSNFile::reserved2

◆ ver

unsigned mongo::dur::LSNFile::ver

The documentation for this struct was generated from the following files: