summaryrefslogtreecommitdiff
path: root/zen/dir_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/dir_watcher.h')
-rw-r--r--zen/dir_watcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h
index eaee5aab..233bdc59 100644
--- a/zen/dir_watcher.h
+++ b/zen/dir_watcher.h
@@ -16,6 +16,7 @@ namespace zen
{
//Windows: ReadDirectoryChangesW http://msdn.microsoft.com/en-us/library/aa365465(v=vs.85).aspx
//Linux: inotify http://linux.die.net/man/7/inotify
+//OS X: kqueue http://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man2/kqueue.2.html
//watch directory including subdirectories
/*
bgstack15