-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move get_mount_point logic into edenfs-client, stub out wait and subs…
…cribe common path Summary: # Context We are introducing EdenFS notifications to support scalable and ergonomic file system notifications for EdenFS mounts. # This Diff This diff implements some setup for the subscribe functionality # Technical Details get_mount_point, which looks up the current mount point if not provided, is moved to edenfs-client. Some processing for OS specific handling has been copied over from debug subscribe # Discussion Points Other functions, such as get-position, are just using bytes_from_path(mount_point_path) rather than doing OS specific conversions. Should this be a concern? Reviewed By: jdelliot Differential Revision: D68588494 fbshipit-source-id: e5bb8fe7a96d297da6e7e0cd133c97025cc0acee
- Loading branch information
1 parent
70c0129
commit f32d47d
Showing
2 changed files
with
11 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters