Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Thrift definitions to support EdenFS filesystem notifications
Summary: # Context We are introducing EdenFS notifications to support scalable and ergonomic file system notifications for EdenFS mounts. # This Diff This diff introduces the initial Thrift definitions to support EdenFS filesystem notifications. It defines several new data structures and a single method `streamChangesSinceV2`. # Technical Details Simple-ish Thrift definitions that generate code, but are not used yet. # Discussion Points * There are two existing, simlar methods. One that has never been used as it was a hack-a-month project that was put on hold. The other is in use. The hack-a-month API, `streamSelectedChangesSince` could be removed now. The used method, `streamChangesSince` will need to remain until such time was we remove support for EdenFS mounts from Watchman. Reviewed By: MichaelCuevas Differential Revision: D65305161 fbshipit-source-id: 15a4b7cf89b37ebd1427193bfc06360006fa6bca
- Loading branch information