]> go.fuhry.dev Git - fsnotify.git/commitdiff
Windows Issue - No attribute change notifications
authorChris Howey <howeyc@gmail.com>
Thu, 29 Mar 2012 00:03:48 +0000 (19:03 -0500)
committerChris Howey <howeyc@gmail.com>
Thu, 29 Mar 2012 00:03:48 +0000 (19:03 -0500)
README
fsnotify_windows.go

diff --git a/README b/README
index b55ac48edc2049f150a4246bc13bdefb558e9a4a..c27a19da976284dad505f2a507d5564a694e7869 100644 (file)
--- a/README
+++ b/README
@@ -18,5 +18,5 @@ Example:
         }
     }
 
-TODO:
-Get Windows to pass same tests as BSD and Linux
+Issues:
+Windows does not seem to have an attribute change notification
index 86bc6f4da4f1c863c33c480c21b8fb851e532743..e2baca32806ae6c8502fb54a736e2e2c3d92be8f 100644 (file)
@@ -409,8 +409,7 @@ func (w *Watcher) readEvents() {
                 var offset uint32\r
                 for {\r
                         if n == 0 {\r
-                               // WTF is this??\r
-                                //w.Event <- &Event{Mask: FS_Q_OVERFLOW}\r
+                                w.Event <- &Event{mask: FS_Q_OVERFLOW}\r
                                 w.Error <- errors.New("short read in readEvents()")\r
                                 break\r
                         }\r