#include <dur_journalformat.h>
Public Member Functions | |
bool | checkHash (const void *begin, int len) const |
JSectFooter (const void *begin, int len) | |
Public Attributes | |
md5digest | hash |
char | magic [4] |
unsigned long long | reserved |
unsigned | sentinel |
group commit section footer. md5 is a key field.
Definition at line 115 of file dur_journalformat.h.
mongo::dur::JSectFooter::JSectFooter | ( | const void * | begin, | |
int | len | |||
) | [inline] |
Definition at line 116 of file dur_journalformat.h.
bool mongo::dur::JSectFooter::checkHash | ( | const void * | begin, | |
int | len | |||
) | const [inline] |
Definition at line 132 of file dur_journalformat.h.
Definition at line 128 of file dur_journalformat.h.
char mongo::dur::JSectFooter::magic[4] |
Definition at line 130 of file dur_journalformat.h.
unsigned long long mongo::dur::JSectFooter::reserved |
Definition at line 129 of file dur_journalformat.h.
unsigned mongo::dur::JSectFooter::sentinel |
Definition at line 127 of file dur_journalformat.h.