sapling/eden/fs/takeover
Xavier Deguillard 695c24f493 fs: ifdef linux/macos only files
Summary:
These don't compile on Windows, and in order to get mode/win to compile, we
need to avoid compiling their contents. Ideally, we could do that in the
TARGETS files with the select statement, but that's not available in fbcode.
Thus, we do the next best thing: ifdef the file entirely.

Reviewed By: wez

Differential Revision: D23871728

fbshipit-source-id: b4d9df6503eaa008e649afd7bdc665cd37a9585d
2020-09-23 12:20:41 -07:00
..
test Replace Future<T>::getTry with Future<T>::result 2020-07-14 11:04:12 -07:00
CMakeLists.txt build: compile takeover/ on Windows 2020-09-16 12:31:46 -07:00
takeover.thrift Tidy up license headers 2019-10-11 05:28:23 -07:00
TakeoverClient.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
TakeoverClient.h add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
TakeoverData.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
TakeoverData.h utils: move win/utils/Stub.h to utils/NotImplemented.h 2020-09-16 12:31:46 -07:00
TakeoverHandler.h add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
TakeoverServer.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
TakeoverServer.h add fault injection to TakeoverServer 2020-04-07 09:52:21 -07:00