mafintosh / fuse-bindings

Notice: We published the successor module to this here https://github.com/fuse-friends/fuse-native
MIT License
314 stars 60 forks source link

Feature: Intercept file watcher events #5

Open Munter opened 9 years ago

Munter commented 9 years ago

I'd like to be able to intercept whenever someone is starting a file watcher on an inode in my fuse system. Possible?

mafintosh commented 9 years ago

These are the available fuse methods, http://fuse.sourceforge.net/doxygen/structfuse__operations.html#a2c02838d30391c09dd5213edc61e106a - i wonder if the poll one is what is needed to support this.