Bitcoin
|
Go to the source code of this file.
Namespaces | |
leveldb | |
leveldb::log | |
Enumerations | |
enum | leveldb::log::RecordType { leveldb::log::kZeroType = 0, leveldb::log::kFullType = 1, leveldb::log::kFirstType = 2, leveldb::log::kMiddleType = 3, leveldb::log::kLastType = 4 } |
Variables | |
static const int | leveldb::log::kMaxRecordType = kLastType |
static const int | leveldb::log::kBlockSize = 32768 |
static const int | leveldb::log::kHeaderSize = 4 + 2 + 1 |