]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/Client.cs
add some missing events to the resolver classes, and make them
[catta] / avahi-sharp / Client.cs
index f5ba0693779a78722f5f0a43dd7206fc30d7f09e..e148ff30ba8f379e04b76a00ec49614d097b34ec 100644 (file)
@@ -29,12 +29,18 @@ namespace Avahi
 {
     internal enum ResolverEvent {
         Found,
-        Timeout
+        Timeout,
+        NotFound,
+        Failure
     }
     
     internal enum BrowserEvent {
         Added,
-        Removed
+        Removed,
+        CacheExhausted,
+        AllForNow,
+        NotFound,
+        Failure
     }
 
     internal delegate int PollCallback (IntPtr ufds, uint nfds, int timeout);