sapling/eden/fs
Adam Simpkins 875a9fa7ff move KeySpace definitions into a header file
Summary:
Move the KeySpace record definitions out of LocalStore.cpp and into a header
file.  This will make it possible to access the key space information from
other files in the future.

I would like to have access to this data directly in the various LocalStore
implementations, as well as in eden_store_util.cpp.  Currently both
RocksDbLocalStore.cpp and SqliteLocalStore.cpp have their own copies of key
space information that should really be shared.

Reviewed By: chadaustin, strager

Differential Revision: D15307392

fbshipit-source-id: ad7cdc705d3dc9834592fe0f14b38d82f91a3b77
2019-05-15 12:19:19 -07:00
..
benchharness standardize some of the benchmark infrastructure 2018-11-13 15:27:50 -08:00
config Replace EDEN_WIN with _WIN32 for Windows only code 2019-05-09 16:33:08 -07:00
fuse eden: adjust volume name on macos 2019-04-17 12:54:51 -07:00
inodes CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00
journal Add assorted missing includes 2019-03-07 00:13:47 -08:00
model Replace EDEN_WIN with _WIN32 for Windows only code 2019-05-09 16:33:08 -07:00
rocksdb move some logic from RocksHandles to RocksDbLocalStore 2019-04-24 20:03:57 -07:00
service CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00
sqlite avoid leaking the sqlite3 db if we fail to open it 2018-06-20 16:36:22 -07:00
store move KeySpace definitions into a header file 2019-05-15 12:19:19 -07:00
takeover AsyncServerSocket::AcceptCallback::connectionAccepted to NetworkSocket (attempt #2) 2019-04-10 15:01:32 -07:00
testharness rename ClientConfig to CheckoutConfig 2019-05-07 17:41:36 -07:00
tracing Optimize TLS lookup in HgImporter 2019-04-29 19:21:48 -07:00
utils CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00
win CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00
CMakeLists.txt CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00