summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/assistant/inotify.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index 2cd665448..e549c4d9d 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -40,6 +40,9 @@ I'd also like to support OSX and if possible the BSDs.
This will be harder for me to develop for, since I don't have access to
OSX machines..
+ [This perl module](http://search.cpan.org/~agrundma/Mac-FSEvents-0.02/lib/Mac/FSEvents/Event.pm)
+ has the best description I've found of what the flags mean.
+
* Windows has a Win32 ReadDirectoryChangesW, and perhaps other things.
## todo