sapling/eden/fs/service
Adam Simpkins 53e821eb23 add an EdenMount class
Summary:
Add a new class to serve as a single location where we can store all
information about a single eden mount point.  Currently this contains the
MountPoint, LocalStore, and Overlay objects.  This allows the TreeInode class
to just store a single pointer to the EdenMount, rather than having to track
these three objects separately.

In the future we could consider also keeping a copy of the ClientConfig in the
EdenMount object, but I haven't done that for now.

Reviewed By: bolinfest

Differential Revision: D3321355

fbshipit-source-id: 8a39bb49822ca8e90c88b2a834b59230d2f91435
2016-05-20 10:34:07 -07:00
..
oss Initial commit 2016-05-12 14:09:13 -07:00
DEFS Modify EdenServiceHandler to get client info through ClientConfig. 2016-05-13 15:10:22 -07:00
eden.thrift Initial commit 2016-05-12 14:09:13 -07:00
EdenServer.cpp add an EdenMount class 2016-05-20 10:34:07 -07:00
EdenServer.h add an EdenMount class 2016-05-20 10:34:07 -07:00
EdenServiceHandler.cpp add an EdenMount class 2016-05-20 10:34:07 -07:00
EdenServiceHandler.h Initial commit 2016-05-12 14:09:13 -07:00
main.cpp Initial commit 2016-05-12 14:09:13 -07:00
TARGETS Include build files that were inadvertently excluded from the initial export. 2016-05-12 16:08:34 -07:00