#ifndef STORAGE_ROCKSDB_INCLUDE_TYPES_H_ #define STORAGE_ROCKSDB_INCLUDE_TYPES_H_ #include namespace rocksdb { // Define all public custom types here. // Represents a sequence number in a WAL file. typedef uint64_t SequenceNumber; } // namespace rocksdb #include "rocksdb/rocksdb_to_leveldb.h" #endif // STORAGE_ROCKSDB_INCLUDE_TYPES_H_