|
leveldb
|
#include "db/log_writer.h"#include <stdint.h>#include "leveldb/env.h"#include "util/coding.h"#include "util/crc32c.h"
Go to the source code of this file.
Namespaces | |
| leveldb | |
| leveldb::log | |
Functions | |
| static void | leveldb::log::InitTypeCrc (uint32_t *type_crc) |
1.8.12