diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-17 01:34:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-17 01:34:10 -0400 |
commit | 31c15aa9b9285733c6874bf5c7a89fccdd01b5d2 (patch) | |
tree | 2449932abd60211834e5b37b36d53ab92ac23385 /doc/design | |
parent | 88c0951b57744cb1c00cdc1956cedc281ade0a8b (diff) |
update
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 3 |
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 |