4463b11cad
Summary: Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. Test Plan: make check Reviewers: emayanke, haobo Reviewed By: haobo CC: leveldb Differential Revision: https://reviews.facebook.net/D13311
9 lines
264 B
C
9 lines
264 B
C
#pragma once
|
|
// these variables tell us about the git config and time
|
|
extern const char* rocksdb_build_git_sha;
|
|
|
|
// these variables tell us when the compilation occured
|
|
extern const char* rocksdb_build_compile_time;
|
|
extern const char* rocksdb_build_compile_date;
|
|
|