sapling/eden/fs/fuse
Michael Cuevas aa4732e433 refactor notifications
Summary:
Refactor the existing notification class so it uses the new Notifier interface. The notifier interface will be used to set up notifications/notification trays on different platforms.

The notifier interface is not fully completed yet. More methods will be added in a future diff.

As of now, we only have 1 Notifier, the command notifier. I hope to remove this notifier once we implement notifiers for all platforms that we support.

Reviewed By: chadaustin

Differential Revision: D34291809

fbshipit-source-id: a2a67af2683f1f88781428e8d88191f49e100e96
2022-03-01 17:52:58 -08:00
..
fuse_tester fs: fix license header 2022-01-04 15:00:07 -08:00
privhelper update straggling license headers 2022-01-19 14:37:11 -08:00
test fs: fix license header 2022-01-04 15:00:07 -08:00
CMakeLists.txt fs: fix license header 2022-01-04 15:00:07 -08:00
DirList.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
DirList.h fs: fix license header 2022-01-04 15:00:07 -08:00
FuseChannel.cpp refactor notifications 2022-03-01 17:52:58 -08:00
FuseChannel.h refactor notifications 2022-03-01 17:52:58 -08:00
FuseDispatcher.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
FuseDispatcher.h fs: fix license header 2022-01-04 15:00:07 -08:00
FuseRequestContext.cpp refactor notifications 2022-03-01 17:52:58 -08:00
FuseRequestContext.h refactor notifications 2022-03-01 17:52:58 -08:00
Invalidation.h fs: fix license header 2022-01-04 15:00:07 -08:00
PollHandle.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
PollHandle.h fs: fix license header 2022-01-04 15:00:07 -08:00