[Mono-bugs] [Bug 75954][Wis] New - [PATCH] Inotify FileSystemWatcher

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 1 12:51:58 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ttb at tentacle.dhs.org.

http://bugzilla.ximian.com/show_bug.cgi?id=75954

--- shadow/75954	2005-09-01 12:51:57.000000000 -0400
+++ shadow/75954.tmp.16136	2005-09-01 12:51:57.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 75954
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ttb at tentacle.dhs.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] Inotify FileSystemWatcher
+
+I'm attaching a patch that implements an Inotify based FileSystemWatcher
+backend. I have tested this with the Microsoft Watcher.cs test program. It
+appears to work well. You can remove & add subdirectories and everything
+behaves correctly.
+
+Features:
+Handles recursive watching
+Pairs move events together 
+
+Bugs:
+Doesn't send rename events
+
+The patch is really two patches. The first two mono, which adds
+inotify_glue functions to MonoPosixHelper. The second patch is to System.IO
+which adds the actual IFileWatcher interface.


More information about the mono-bugs mailing list